handle specific help anywhere
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
print_specific_help() {
|
||||
# Print own help text
|
||||
echo "Test specific options:"
|
||||
echo "Specific options:"
|
||||
echo " --dev path Suppress dialog and use path as drive address."
|
||||
echo "This test insists in getting a path to xorriso by option -x."
|
||||
echo
|
||||
@ -20,7 +20,7 @@ if test -e "$getopts_inc"
|
||||
then
|
||||
. "$getopts_inc"
|
||||
|
||||
if test "$RELENG_PRINTED_HELP" = 1
|
||||
if test "$SPECIFIC_HELP" = 1
|
||||
then
|
||||
print_specific_help
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user