aboutsummaryrefslogtreecommitdiff
path: root/doc/runtest.1
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 /doc/runtest.1
parente682a9f25e4417f4419453238dfda5a43108394c (diff)
* doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
Diffstat (limited to 'doc/runtest.1')
-rw-r--r--doc/runtest.16
1 files changed, 3 insertions, 3 deletions
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