From be0d049ec5c1d1f6d37466c580b32a755d08e854 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 3 Aug 2011 18:19:19 +0000 Subject: [PATCH] Added option -h to general helptext of releng --- releng/inc/releng_getopts.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releng/inc/releng_getopts.inc b/releng/inc/releng_getopts.inc index 804feb46..1748b00f 100644 --- a/releng/inc/releng_getopts.inc +++ b/releng/inc/releng_getopts.inc @@ -15,13 +15,14 @@ GEN_DATA_DIR=releng_generated_data/${SELF} print_help() { cat << EOF -Usage: $SELF -x path/to/xorriso [-k] [-f] [-c] [-h] +Usage: $SELF -x path/to/xorriso [-k] [-f] [-c] [-h] [-- ...test specific options...] General options: -x absolute or relative path to xorriso binary to be run. -k keep self-generated data. -c cleanup self-generated data kept from previous run and exit. -f simulate failure. + -h print this help text -- end of general options, begin of test specific options. EOF }