diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-09 13:37:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-10 03:04:06 +0100 |
commit | 34adc745efa242b7e4167b581d6770560e759e40 (patch) | |
tree | 7a40634effd291e17b43c5e0ea1ed7c5ff023c69 /selftest | |
parent | 21b0d5e3b10711e6ce3bfad0c1ee2da09a60e232 (diff) | |
download | samba-34adc745efa242b7e4167b581d6770560e759e40.tar.gz samba-34adc745efa242b7e4167b581d6770560e759e40.tar.bz2 samba-34adc745efa242b7e4167b581d6770560e759e40.zip |
selftest: Document --testenv in --help output, remove documentation for
now obsolete --analyse-cmd.
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index d82930d7da..568850189d 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -325,7 +325,7 @@ Behaviour: --quick run quick overall test --one abort when the first test fails --verbose be verbose - --analyse-cmd CMD command to run after each test + --testenv run a shell in the requested test environment "; exit(0); } |