From 817383d88d820e7be5b5dd3d2da350d4a03a94de 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 --- lib/tdb/tools/tdbtool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tdb/tools') 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" -- cgit