svn commit: samba r9775 - in branches/SAMBA_4_0: . source/lib/ldb/tools

tridge at samba.org tridge at samba.org
Tue Aug 30 02:11:57 GMT 2005


Author: tridge
Date: 2005-08-30 02:11:56 +0000 (Tue, 30 Aug 2005)
New Revision: 9775

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9775

Log:
 r11607 at blu:  tridge | 2005-08-30 12:16:19 +1000
 fixed the help message

Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: svk:merge
   - a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11605
   + a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11607

Modified: branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c	2005-08-30 01:58:03 UTC (rev 9774)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c	2005-08-30 02:11:56 UTC (rev 9775)
@@ -363,8 +363,8 @@
 	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);



More information about the samba-cvs mailing list