diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/cliref.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/cliref.docbook index b5560d0..428e077 100644 --- a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/cliref.docbook +++ b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/cliref.docbook @@ -1,6 +1,6 @@ - The Command-line Interface + Script Command-line Interface The centos-art.sh script follows a @@ -26,7 +26,7 @@ arguments are processed then. Non-option arguments will always be paths pointing directories inside your working copy of &TCAR;. These paths can be absolute paths or relative paths - considering the working copy root directory as sect2. For + considering the working copy root directory as section. For example, both the absolute path /home/al/Projects/CentOS/artwork/trunk/Identity/Themes/ and the relative path centos-art.sh command-line interface, let's consider the real command shown in as - sect2. This command shows the entire command as a list of + section. This command shows the entire command as a list of space-separated arguments. The value of each argument can be reached using special variable names based on the number of arguments passed to the command-line. @@ -189,10 +189,10 @@ centos-art render trunk/Identity/Images/Themes --with-brands The specific options used by specific and common function - environments are described in their respective sect2s. See + environments are described in their respective sections. See and to know which these - sect2s are. + sections are. @@ -278,10 +278,10 @@ centos-art render trunk/Identity/Images/Themes --with-brands - In this sect2 will describe how to parse arguments (both + In this section will describe how to parse arguments (both option and non-option) inside the centos-art.sh script. This information - must be used as sect2 whenever you need to create a + must be used as section whenever you need to create a new function for centos-art.sh script.