activate specific options help along with short overview

This commit is contained in:
George Danchev
2011-07-20 12:23:40 +00:00
parent 7f1f7d16c4
commit 790850d4b1
6 changed files with 52 additions and 25 deletions

View File

@ -12,12 +12,18 @@ not_in_releng_exit() {
. inc/releng_getopts.inc || not_in_releng_exit
#print_specific_help() {
# # NONE YET
#}
print_specific_help() {
cat << HLP
Specific options:
none yet.
Overview:
Tests both xorriso/xorriso.h and libisoburn/libisoburn.h
APIs for C++ cleanness.
HLP
}
if test "$SPECIFIC_HELP" = 1; then
# print_specific_help
print_specific_help
exit 0
fi