diff options
author | Michael Adam <obnox@samba.org> | 2009-09-20 23:58:05 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-16 08:03:47 +0100 |
commit | 168bb40b4b72f9331c04638458a5968c920537e9 (patch) | |
tree | e8be994d1f1f1e784f9140a72757e38025de75ba | |
parent | 0a0281444d464176c1bdb9ba9fe3e58954e84cce (diff) | |
download | samba-168bb40b4b72f9331c04638458a5968c920537e9.tar.gz samba-168bb40b4b72f9331c04638458a5968c920537e9.tar.xz samba-168bb40b4b72f9331c04638458a5968c920537e9.zip |
tdb:tdbtool: add the "speed" command to the help text.
Michael
(cherry picked from samba commit 817383d88d820e7be5b5dd3d2da350d4a03a94de)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be ctdb commit dc287a7d7420cca0b104049e689a73202bc535f8)
-rw-r--r-- | ctdb/lib/tdb/tools/tdbtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/lib/tdb/tools/tdbtool.c b/ctdb/lib/tdb/tools/tdbtool.c index 1ecad62a3d..7a02703461 100644 --- a/ctdb/lib/tdb/tools/tdbtool.c +++ b/ctdb/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" |