summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-02-05 11:35:49 +0000
committerSteve Kemp <steve@steve.org.uk>2015-02-05 11:35:49 +0000
commitb0ab51719b17ef20e254996875a22c68dbcbb8b0 (patch)
treed87cd14efed9708cdb976b5500508035e8efea7b
parent9c068c93ef36dcb8e1f2e8ea4f93a6752ac0db22 (diff)
Updated documentation to match reality.
(This mostly means the removal of --logfile.)
-rwxr-xr-xbin/custodian-dequeue7
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index 2abf247..46a62da 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -7,7 +7,6 @@
# custodian-dequeue [ -h | --help ]
# [ -m | --manual]
# [ -f | --fail ]
-# [ -l | --logfile FILE]
# [ -s | --single ]
# [ -v | --verbose ]
#
@@ -17,11 +16,9 @@
#
# -m, --manual Show this manual, and exit.
#
-# -l, --logfile Specify the path to the logfile to run.
+# -s, --single Run a single test and exit.
#
-# -s, --single Run a single test and exit. Don't poll the queue for more.
-#
-# -f, --fail Run tests but stop the first time we see a fail.
+# -f, --fail Stop running once a single test fails.
#
# -v, --verbose Be noisy.
#