From f8000bab59e772adb9cee4de06310aa02fe96739 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 01:17:55 +0000 Subject: Update `Functions/Commons/cli_parseArguments.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_parseArguments.sh b/Scripts/Bash/Functions/Commons/cli_parseArguments.sh index d62344a..354c829 100755 --- a/Scripts/Bash/Functions/Commons/cli_parseArguments.sh +++ b/Scripts/Bash/Functions/Commons/cli_parseArguments.sh @@ -29,7 +29,7 @@ function cli_parseArguments { eval set -- "$ARGUMENTS" # Parse optional arguments using getopt. - ARGUMENTS=$(getopt -o "$ARGSS" -l "$ARGSL" -n "$TCAR_CLI_NAME (${FUNCNAME[1]})" -- "$@") + ARGUMENTS=$(getopt -o "$ARGSS" -l "$ARGSL" -n "$CLI_NAME (${FUNCNAME[1]})" -- "$@") # Be sure getout parsed arguments successfully. if [[ $? != 0 ]]; then