diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-21 12:39:57 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-12-08 13:55:21 +0100 |
| commit | 1af475f2ef8fa9f4bcc3a3cb048c1566b49baa71 (patch) | |
| tree | 3eff245496e7fd4be2e1dfd3ea5b8c94e3cab43d /validation | |
| parent | 54f49cdcd8c48d8abd899e20e8573df2c025708f (diff) | |
| download | sparse-dev-1af475f2ef8fa9f4bcc3a3cb048c1566b49baa71.tar.gz | |
testsuite: change do_usage text
The text for the testsuite usage used 'none' as if it was an
option/keyword while it only meant the absence of arguments.
Make the text clearer by removing the 'none' and being explicit
about the absence of arguments.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
| -rwxr-xr-x | validation/test-suite | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/validation/test-suite b/validation/test-suite index 410190bd..854ad8ad 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -233,16 +233,16 @@ echo "$prog_name - a tiny automatic testing script" echo "Usage: $prog_name [option(s)] [command] [arguments]" echo echo "options:" -echo " -a|--abort abort the tests as soon as one fails" -echo " -q|--quiet be extra quiet while running the tests" +echo " -a|--abort Abort the tests as soon as one fails." +echo " -q|--quiet Be extra quiet while running the tests." echo echo "commands:" -echo " none runs the whole test suite" -echo " file ... runs the test suite on the given file(s)" -echo " single file runs the test in 'file'" -echo " format file [name [cmd]] helps writing a new test case using cmd" +echo " [file ...] Runs the test suite on the given file(s)." +echo " If no file is given, run the whole testsuite." +echo " single file Run the test in 'file'." +echo " format file [name [cmd]] Help writing a new test case using cmd." echo -echo " [command] help prints usage" +echo " [command] help Print usage." } disable() |
