r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000
authorAndrew Tridgell <tridge@samba.org>
Tue, 30 Aug 2005 02:11:56 +0000 (02:11 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 30 Aug 2005 02:11:56 +0000 (02:11 +0000)
 fixed the help message

source/lib/ldb/tools/ldbtest.c

index a2e824dcdb37772203963ffb233d6362a4a3de44..ef295b7411a1478e98f39df35f99fda4a477a99a 100644 (file)
@@ -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);