handle specific help anywhere

This commit is contained in:
George Danchev
2011-07-18 17:22:59 +00:00
parent 608b85b271
commit 2df323bca1
7 changed files with 54 additions and 6 deletions

View File

@ -6,7 +6,7 @@ SELF=$(basename $0)
RELENG_XORRISO=0
SIMULATE_FAILURE=0
CLEANUP=1
RELENG_PRINTED_HELP=0
SPECIFIC_HELP=0
START_DIR_DONT_CHANGE=`pwd`
GEN_DATA_DIR=releng_generated_data/${SELF}
@ -144,7 +144,7 @@ do
elif test x"$i" = x"-h"
then
print_help
RELENG_PRINTED_HELP=1
SPECIFIC_HELP=1
elif test x"$i" = x"--"
then
# Begin of private arguments for caller