diff options
author | Michael Adam <obnox@samba.org> | 2009-09-20 23:58:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-21 17:47:51 +0200 |
commit | 817383d88d820e7be5b5dd3d2da350d4a03a94de (patch) | |
tree | 299d25cc4895940935b37e4a247ead5e893caf09 /lib | |
parent | 63f280cfefdd0c0281a25c4068481dab226d0c3e (diff) | |
download | samba-817383d88d820e7be5b5dd3d2da350d4a03a94de.tar.gz samba-817383d88d820e7be5b5dd3d2da350d4a03a94de.tar.bz2 samba-817383d88d820e7be5b5dd3d2da350d4a03a94de.zip |
tdb:tdbtool: add the "speed" command to the help text.
Michael
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/tools/tdbtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb/tools/tdbtool.c b/lib/tdb/tools/tdbtool.c index c0814e11de..52c901f4e8 100644 --- a/lib/tdb/tools/tdbtool.c +++ b/lib/tdb/tools/tdbtool.c @@ -182,6 +182,7 @@ static void help(void) " list : print the database hash table and freelist\n" " free : print the database freelist\n" " check : check the integrity of an opened database\n" +" speed : perform speed tests on the database\n" " ! command : execute system command\n" " 1 | first : print the first record\n" " n | next : print the next record\n" |