Added option -h to general helptext of releng
This commit is contained in:
parent
de36d9b67f
commit
be0d049ec5
@ -15,13 +15,14 @@ GEN_DATA_DIR=releng_generated_data/${SELF}
|
|||||||
print_help() {
|
print_help() {
|
||||||
cat << EOF
|
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...]
|
[-- ...test specific options...]
|
||||||
General options:
|
General options:
|
||||||
-x absolute or relative path to xorriso binary to be run.
|
-x absolute or relative path to xorriso binary to be run.
|
||||||
-k keep self-generated data.
|
-k keep self-generated data.
|
||||||
-c cleanup self-generated data kept from previous run and exit.
|
-c cleanup self-generated data kept from previous run and exit.
|
||||||
-f simulate failure.
|
-f simulate failure.
|
||||||
|
-h print this help text
|
||||||
-- end of general options, begin of test specific options.
|
-- end of general options, begin of test specific options.
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user