diff --git a/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh b/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh index 740df09..aaafb37 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh @@ -45,7 +45,7 @@ function prepare_getOptions { case "$1" in -h | --help ) - ${CLI_NAME} help --read trunk/Scripts/Bash/Functions/Prepare + ${CLI_NAME} help --read --format="texinfo" trunk/Scripts/Bash/Functions/Prepare shift 1 exit ;;