diff --git a/Manuals/en/Html/Repository/repository_40.html b/Manuals/en/Html/Repository/repository_40.html index a70b7e7..6be5263 100644 --- a/Manuals/en/Html/Repository/repository_40.html +++ b/Manuals/en/Html/Repository/repository_40.html @@ -625,9 +625,9 @@ verification `centos-art.sh' script makes with URL is granting that they begin with `https://projects.centos.org/svn/artwork'.
cli_checkActionArguments
is called from
-cli_getActionArguments
function and, probably, there is not
+cli_getArguments
function and, probably, there is not
other use for cli_checkActionArguments
but to be called from
-cli_getActionArguments
function.
+cli_getArguments
function.
Update cli_checkActionArguments
function if you need to improve
action value (ACTIONVAL) variable input validation.
@@ -768,21 +768,21 @@ function, and occasionally, farther redefined (by
Initialize function name (FUNCNAM), action name (ACTIONNAM), and action value (ACTIONVAL) global variables, using positional parameters passed in $@ variable.
-The cli_getActionsArguments
function is called from
-cli.sh
function script, using cli
function's positional
-parameters (i.e., the positional parameters passed as arguments in the
+
The cli_getArguments
function is called from cli.sh
+function script, using cli
function's positional parameters
+(i.e., the positional parameters passed as arguments in the
command-line) as first function argument.
Once command-line positional parameters are accesible to
`centos-art.sh' script execution evironment,
-cli_getActionsArguments
uses regular expression to retrive
+cli_getArguments
uses regular expression to retrive
action variables from first and second argument. The first argument
defines the value used as function name (FUNCNAM), and the
second argument defines both values used as action name
@@ -804,14 +804,14 @@ action name acts on.
Once action related variables (i.e., FUNCNAM, ACTIONNAM,
and ACTIONVAL) are defined and validated,
-cli_getActionsArguments
shifts the positional arguments to
-remove the first two arguments passed (i.e., those used to retrive
-action related variables) and redefine the arguments (ARGUMENTS)
-global variable with the new positional parameters information.
+cli_getArguments
shifts the positional arguments to remove the
+first two arguments passed (i.e., those used to retrive action related
+variables) and redefine the arguments (ARGUMENTS) global
+variable with the new positional parameters information.
Initialize funtionalities supported by `centos-art.sh' script. @@ -1112,8 +1112,10 @@ convenctions inside `centos-art.sh' script. what we are really changing is the way functions interpret repository file system organization. Notice that when we change a file name (e.g., a function name), it is necessary to update all files where -such file name is placed on. This may require a massive substitution, -each time we change name convenctions in the repository (see section trunk/Scripts/Bash/Functions/Path, for more information). +such file name is placed on. This may require a massive substitution +inside the repository, each time we change name convenctions in the +repository (see section trunk/Scripts/Bash/Functions/Path, for more +information).