diff --git a/Scripts/Functions/cli_doParseArguments.sh b/Scripts/Functions/cli_doParseArguments.sh index d063826..c78ac48 100755 --- a/Scripts/Functions/cli_doParseArguments.sh +++ b/Scripts/Functions/cli_doParseArguments.sh @@ -33,7 +33,7 @@ function cli_doParseArguments { # Be sure getout parsed arguments successfully. if [[ $? != 0 ]]; then - cli_printMessage "${FUNCDIRNAM}" 'AsToKnowMoreLine' + cli_printMessage "${FUNCDIRNAM}" --as-toknowmore-line fi }