Added option -h to general helptext of releng

This commit is contained in:
Thomas Schmitt 2011-08-03 18:19:19 +00:00
parent de36d9b67f
commit be0d049ec5
1 changed files with 2 additions and 1 deletions

View File

@ -15,13 +15,14 @@ GEN_DATA_DIR=releng_generated_data/${SELF}
print_help() {
cat << EOF
Usage: $SELF -x path/to/xorriso [-k] [-f] [-c] [-h]
Usage: $SELF -x path/to/xorriso [-k] [-f] [-c] [-h]
[-- ...test specific options...]
General options:
-x absolute or relative path to xorriso binary to be run.
-k keep self-generated data.
-c cleanup self-generated data kept from previous run and exit.
-f simulate failure.
-h print this help text
-- end of general options, begin of test specific options.
EOF
}