Subject: | PATCH: docs should reflect that "--archive" takes an option |
A patch is below, but notice that it throws off the whole alignment of
the documentation, so you may wish to reformat the whole list a bit.
I would also consider it a feature of --archive defaulted to a file name
like "out.tgz" instead of always requiring a file name.
###
--- prove.bak 2009-09-24 16:42:53.000000000 -0400
+++ prove 2009-09-24 16:43:34.000000000 -0400
@@ -63,7 +63,7 @@
-e, --exec Interpreter to run the tests ('' for compiled tests.)
--harness Define test harness to use. See TAP::Harness.
--formatter Result formatter to use. See TAP::Harness.
- -a, --archive Store the resulting TAP in an archive file.
+ -a, --archive out.tgz Store the resulting TAP in an archive file.
-j, --jobs N Run N test jobs in parallel (try 9.)
--state=opts Control prove's persistent state.
--rc=rcfile Process options from rcfile