From a59893fc4b74e25448f54676fac27c3896f490fa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 3 Mar 2002 20:31:35 +0000 Subject: fixed -c option to NBENCH test (This used to be commit f9e3b91f58df30440c8b90007997e012101235e3) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 617d9e62cb..f51556eb25 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3276,7 +3276,7 @@ static void usage(void) fstrcpy(workgroup, lp_workgroup()); - while ((opt = getopt(argc, argv, "hW:U:n:N:O:o:m:Ld:A")) != EOF) { + while ((opt = getopt(argc, argv, "hW:U:n:N:O:o:m:Ld:Ac:")) != EOF) { switch (opt) { case 'W': fstrcpy(workgroup,optarg); -- cgit