aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-04-03 15:34:52 +1000
committerBen Elliston <bje@gnu.org>2016-04-03 15:34:52 +1000
commit156f485c55319335c92520b99117b2f971842377 (patch)
treede54a688d8e23f8b8dfe47a2f0618c0afbf08995
parente682a9f25e4417f4419453238dfda5a43108394c (diff)
downloaddejagnu-156f485c55319335c92520b99117b2f971842377.zip
dejagnu-156f485c55319335c92520b99117b2f971842377.tar.gz
dejagnu-156f485c55319335c92520b99117b2f971842377.tar.bz2
* doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
-rw-r--r--ChangeLog4
-rw-r--r--doc/runtest.16
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f30985c..da0dcf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2016-04-03 Ben Elliston <bje@gnu.org>
+ * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
+
+2016-04-03 Ben Elliston <bje@gnu.org>
+
* doc/runtest.1 (OPTIONS): Sort options.
2016-04-03 Ben Elliston <bje@gnu.org>
diff --git a/doc/runtest.1 b/doc/runtest.1
index 1e872f7..a039898 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -88,14 +88,14 @@ Specify the PATH to the executable to test.
.BI --tool_opts \ OPTIONS
Additional OPTIONS to pass to the tool.
.TP
-.B --verbose,\ -v
+.B -v,\ --verbose
Turns on more debugging output from test cases and DejaGnu utility code.
Use more than once to increase output further.
.TP
-.B --version,\ -V
+.B -V,\ --version
Prints out the versions of DejaGnu, Expect and Tcl.
.TP
-.B --xml[=FILE],\ -x
+.B -x,\ --xml[=FILE]
Generate XML output. \fBFILE\fR is optional; if given it is the name of
the output file. If not given, the output file is named after the tool.
.TP