diff --git a/test b/test index 12741be..ce2f144 100755 --- a/test +++ b/test @@ -238,8 +238,15 @@ do_test() { } do_help() { - echo "Usage: " - echo " $0 [--tests=] [--disable-multipath] [--logdir] [--save-logs] [--no-error] [setup] [prefix]" + echo "Usage: $0 [options]" + echo " Options:" + echo " --tests= Comma separated list of tests to run" + echo " --disable-multipath Disable any tests involving multipath" + echo " --logdir= Directory to save logfiles in" + echo " --save-logs Save all logs in " + echo " --no-error Don't stop on error, ie. run all tests" + echo " setup Setup test environment and exit" + echo " Run tests with " } parse_args() {