From 5fc9f0c4bb4c739fc020e0bc70071d1115a80980 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 09 2012 20:36:22 +0000 Subject: Update `Functions/Prepare/prepare_getOptions.sh' file. --- 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 ;;