summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-30 02:11:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:35:00 -0500
commit5c6528336cecdb2d3f3316e6e73a78dcc0bc193a (patch)
tree14b9657ad30e5656655de25fd0606a147c2a5f13
parent8012fb2cfeede6ecae1346725141354f2897887e (diff)
downloadsamba-5c6528336cecdb2d3f3316e6e73a78dcc0bc193a.tar.gz
samba-5c6528336cecdb2d3f3316e6e73a78dcc0bc193a.tar.bz2
samba-5c6528336cecdb2d3f3316e6e73a78dcc0bc193a.zip
r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000
fixed the help message (This used to be commit 5e3d9708f6592bf35f491f4ae979c20ad99e8358)
-rw-r--r--source4/lib/ldb/tools/ldbtest.c4
1 files changed, 2 insertions, 2 deletions
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 <options>\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);