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@xxxxxxxxx> --- validation/test-suite | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/validation/test-suite b/validation/test-suite index 410190bd3..854ad8add 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() -- 2.15.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html