1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000

fixed the help message
This commit is contained in:
Andrew Tridgell 2005-08-30 02:11:56 +00:00 committed by Gerald (Jerry) Carter
parent 3c32f24e2c
commit 5e3d9708f6

View 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);