Removed call to print_specific_help from releng_getopts.inc

This commit is contained in:
Thomas Schmitt 2011-07-15 13:58:34 +00:00
parent 73cfce131d
commit feed351d0e
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ check_for_xorriso() {
if test -z "$RELENG_XORRISO" -o "$RELENG_XORRISO" = "0"
then
print_help
print_specific_help
# print_specific_help
echo "${SELF}: Need -x absolute or relative path to binary to be run."
echo
exit 31
@ -97,7 +97,7 @@ check_for_xorriso() {
if [ x"$1" = x"-x" -a ! -x "$RELENG_XORRISO" ]
then
print_help
print_specific_help
# print_specific_help
echo "${SELF}: Path given by option -x does not lead to an executable file."
echo "Given is: '$RELENG_XORRISO'"
if test "$RELENG_XORRISO" = "xorriso"