activate specific options help along with short overview

This commit is contained in:
George Danchev
2011-07-20 12:23:40 +00:00
parent e0cdd91646
commit 78d6eca8f6
6 changed files with 52 additions and 25 deletions

View File

@ -7,11 +7,12 @@
# set -e
print_specific_help() {
# Print own help text
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
cat << HLP
Specific options:
--dev path Suppress dialog and use path as drive address.
Overview:
Test device scanning and list of speeds.
HLP
}
# Include common bits and interpret general options