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