From 82b8d28c09f5b48fe60c8e07dcd1eab2069bbd09 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 26 2010 16:56:39 +0000 Subject: Rename cli_getActionArgument function name to cli_getActionArguments in cli.sh. --- diff --git a/Scripts/Bash/Functions/cli.sh b/Scripts/Bash/Functions/cli.sh index 1e2eabe..0bad08f 100644 --- a/Scripts/Bash/Functions/cli.sh +++ b/Scripts/Bash/Functions/cli.sh @@ -52,7 +52,7 @@ function cli { # ACTIONVAL). As convenction we use the first command-line # argument position to define FUNCNAM, and second argument # position to define both ACTIONNAM and ACTIONVAL. - cli_getActionArgument + cli_getActionArguments # Define default text editors used by centos-art.sh script. if [[ ! "$EDITOR" =~ '/usr/bin/(vim|emacs|nano)' ]];then