From 5c6528336cecdb2d3f3316e6e73a78dcc0bc193a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 30 Aug 2005 02:11:56 +0000 Subject: r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000 fixed the help message (This used to be commit 5e3d9708f6592bf35f491f4ae979c20ad99e8358) --- source4/lib/ldb/tools/ldbtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/tools/ldbtest.c b/source4/lib/ldb/tools/ldbtest.c index a2e824dcdb..ef295b7411 100644 --- a/source4/lib/ldb/tools/ldbtest.c +++ b/source4/lib/ldb/tools/ldbtest.c @@ -363,8 +363,8 @@ static void usage(void) printf("Usage: ldbtest \n"); printf("Options:\n"); printf(" -H ldb_url choose the database (or $LDB_URL)\n"); - printf(" -r nrecords database size to use\n"); - printf(" -s nsearches number of searches to do\n"); + printf(" --num-records nrecords database size to use\n"); + printf(" --num-searches nsearches number of searches to do\n"); printf("\n"); printf("tests ldb API\n\n"); exit(1); -- cgit