From c222c7ae00c70c7b06481503b89e447688a2ddc2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 18:05:13 +0000 Subject: Update `Functions/Help/help_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/help_getOptions.sh b/Scripts/Bash/Functions/Help/help_getOptions.sh index 6539c02..3011a03 100755 --- a/Scripts/Bash/Functions/Help/help_getOptions.sh +++ b/Scripts/Bash/Functions/Help/help_getOptions.sh @@ -44,7 +44,7 @@ function help_getOptions { case "$1" in -h | --help ) - ${CLI_NAME} help --read trunk/Scripts/Bash/Functions/Help + ${CLI_NAME} help --read --format="texinfo" trunk/Scripts/Bash/Functions/Help shift 1 exit ;;