diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/runtest.1 | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-04-30 Ben Elliston <bje@redhat.com> + + * doc/runtest.1: Fix formatting error for --ignore option. + 2002-04-25 <Matthew Bemis <bemis@iol.unh.edu> * lib/framework/exp: new procs check_xml{}, insertdtd{}, xml_output{}, diff --git a/doc/runtest.1 b/doc/runtest.1 index 861ec66..9c4473e 100644 --- a/doc/runtest.1 +++ b/doc/runtest.1 @@ -53,6 +53,8 @@ The configuration string for the host. .TP .BI --ignore \ test1.exp\ test2.exp\ ... Do not run the specified tests. +.TP +.BI --mail \ \'name1\ name2\ ...\' Electronic mail addresses to receive test results. .TP .BI --name \ hostname |