From 168bb40b4b72f9331c04638458a5968c920537e9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 20 Sep 2009 23:58:05 +0200 Subject: tdb:tdbtool: add the "speed" command to the help text. Michael (cherry picked from samba commit 817383d88d820e7be5b5dd3d2da350d4a03a94de) Signed-off-by: Stefan Metzmacher (This used to be ctdb commit dc287a7d7420cca0b104049e689a73202bc535f8) --- ctdb/lib/tdb/tools/tdbtool.c | 1 + 1 file changed, 1 insertion(+) 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" -- cgit