diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-11 23:36:57 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:06 +0100 |
commit | 7ab6f359f42fc3a2028afdf8ce65cadf93f25587 (patch) | |
tree | d0bc0d486dcbd6da867404ff50e48eeb301cd26d | |
parent | dbc78e20169c97f2592ddb18fdf48a1c91a3f77d (diff) | |
download | samba-7ab6f359f42fc3a2028afdf8ce65cadf93f25587.tar.gz samba-7ab6f359f42fc3a2028afdf8ce65cadf93f25587.tar.bz2 samba-7ab6f359f42fc3a2028afdf8ce65cadf93f25587.zip |
r25929: Add some help strings.
(This used to be commit ef364df37f2f00c238903bec4c8a035c05bdf366)
-rw-r--r-- | source4/torture/smbtorture.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index ea563f7d63..e85a91def7 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -507,14 +507,14 @@ int main(int argc,char *argv[]) {"format", 0, POPT_ARG_STRING, &ui_ops_name, 0, "Output format (one of: simple, subunit)", NULL }, {"smb-ports", 'p', POPT_ARG_STRING, NULL, OPT_SMB_PORTS, "SMB ports", NULL}, {"basedir", 0, POPT_ARG_STRING, &basedir, 0, "base directory", "BASEDIR" }, - {"seed", 0, POPT_ARG_INT, &torture_seed, 0, "seed", NULL}, + {"seed", 0, POPT_ARG_INT, &torture_seed, 0, "Seed to use for randomizer", NULL}, {"num-progs", 0, POPT_ARG_INT, NULL, OPT_NUMPROGS, "num progs", NULL}, {"num-ops", 0, POPT_ARG_INT, &torture_numops, 0, "num ops", NULL}, {"entries", 0, POPT_ARG_INT, &torture_entries, 0, "entries", NULL}, - {"loadfile", 0, POPT_ARG_STRING, NULL, OPT_LOADFILE, "loadfile", NULL}, - {"list", 0, POPT_ARG_NONE, &list_tests, 0, NULL, NULL }, + {"loadfile", 0, POPT_ARG_STRING, NULL, OPT_LOADFILE, "NBench load file to use", NULL}, + {"list", 0, POPT_ARG_NONE, &list_tests, 0, "List available tests and exit", NULL }, {"unclist", 0, POPT_ARG_STRING, NULL, OPT_UNCLIST, "unclist", NULL}, - {"timelimit", 't', POPT_ARG_INT, NULL, OPT_TIMELIMIT, "timelimit", NULL}, + {"timelimit", 't', POPT_ARG_INT, NULL, OPT_TIMELIMIT, "Set time limit (in seconds)", NULL}, {"failures", 'f', POPT_ARG_INT, &torture_failures, 0, "failures", NULL}, {"parse-dns", 'D', POPT_ARG_STRING, NULL, OPT_DNS, "parse-dns", NULL}, {"dangerous", 'X', POPT_ARG_NONE, NULL, OPT_DANGEROUS, |