From 795d72a89c6549ea81b5f7c61e0bdc7a3d22004a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 11 2012 00:52:55 +0000 Subject: Update `Functions/Commons/cli.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index e6af9f8..abd6d8f 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -93,7 +93,7 @@ function cli { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - ${CLI_BASEDIR}/${CLI_NAME}.sh help tcar-fs::: + ${CLI_BASEDIR}/${CLI_NAME}.sh help --read --format="texinfo" tcar-fs::: exit fi