From 8203e19a47cf278d9ef5a9ab972ef01eca1be1e2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 04 2011 15:36:38 +0000 Subject: Update invocation of cli_printMessage function in cli_doParseArguments.sh. --- 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 }