From 8c6b8a4b4d19a49342517245244347151399003e Mon Sep 17 00:00:00 2001
From: Alain Reguera Delgado svn copy
command. In such cases,
options are not interpreted by `centos-art.sh' script itself.
Instead, the `centos-art.sh' script uses getopt
to
-retrive them and store them in the ARGUMENT variable for later
+retrive them and store them in the ARGUMENTS variable for later
use, as described in the following command:
# Build subversion command to duplicate locations inside the diff --git a/Manuals/en/Info/Repository/repository.info.bz2 b/Manuals/en/Info/Repository/repository.info.bz2 index 618bb7b..c865372 100644 Binary files a/Manuals/en/Info/Repository/repository.info.bz2 and b/Manuals/en/Info/Repository/repository.info.bz2 differ diff --git a/Manuals/en/Plaintext/Repository/repository.txt b/Manuals/en/Plaintext/Repository/repository.txt index 74502a7..1688706 100644 --- a/Manuals/en/Plaintext/Repository/repository.txt +++ b/Manuals/en/Plaintext/Repository/repository.txt @@ -3181,7 +3181,7 @@ for you to use inside specific functions: are specific to `svn copy' command. In such cases, options are not interpreted by `centos-art.sh' script itself. Instead, the `centos-art.sh' script uses `getopt' to retrive them and store - them in the ARGUMENT variable for later use, as described in the + them in the ARGUMENTS variable for later use, as described in the following command: diff --git a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi index f78e122..e2a7d8d 100644 --- a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi +++ b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi @@ -442,7 +442,7 @@ In the above command, the @option{--message}, and @option{--username} options are specific to @command{svn copy} command. In such cases, options are not interpreted by @file{centos-art.sh} script itself. Instead, the @file{centos-art.sh} script uses @command{getopt} to -retrive them and store them in the @var{ARGUMENT} variable for later +retrive them and store them in the @var{ARGUMENTS} variable for later use, as described in the following command: @verbatim