activate specific options help along with short overview
This commit is contained in:
@ -13,12 +13,18 @@ not_in_releng_exit() {
|
||||
# Include common bits
|
||||
. inc/releng_getopts.inc || not_in_releng_exit
|
||||
|
||||
#print_specific_help() {
|
||||
# # NONE YET
|
||||
#}
|
||||
print_specific_help() {
|
||||
cat << HLP
|
||||
Specific options:
|
||||
none yet.
|
||||
Overview:
|
||||
Test performance of print_size against various input tree.
|
||||
Optionally compare with genisoimage and mkisofs.
|
||||
HLP
|
||||
}
|
||||
|
||||
if test "$SPECIFIC_HELP" = 1; then
|
||||
# print_specific_help
|
||||
print_specific_help
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user