From 2f43c956adc3112acd11cbe9ee3e12a5fbed07e5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 08 2012 03:52:43 +0000 Subject: Update `Scripts/Bash/cliref.docbook' file. --- diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/cliref.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/cliref.docbook index 221c353..b5560d0 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 @@ -
+ - Command-line Reference + The 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 section. For + considering the working copy root directory as sect2. For example, both the absolute path /home/al/Projects/CentOS/artwork/trunk/Identity/Themes/ and the relative path -
- The Command-line Interface - To better understand the centos-art.sh command-line interface, let's consider the real command shown in as - section. This command shows the entire command as a list of + sect2. 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. @@ -137,9 +134,8 @@ centos-art render trunk/Identity/Images/Themes --with-brands -
-
+ Common Options @@ -186,17 +182,17 @@ centos-art render trunk/Identity/Images/Themes --with-brands -
+ -
+ Specific Options The specific options used by specific and common function - environments are described in their respective sections. See + environments are described in their respective sect2s. See and to know which these - sections are. + sect2s are. @@ -211,32 +207,32 @@ centos-art render trunk/Identity/Images/Themes --with-brands - prepare + Standardize configuration tasks inside &TCAR; - render + Standardize rendition tasks inside &TCAR; - locale + Standardize localization tasks inside &TCAR; - help + Standardize documentation tasks inside &TCAR; - pack + Standardize packing tasks inside &TCAR; - tuneup + Standardize maintainance tasks inside &TCAR; - svn + Standardize version control tasks inside &TCAR; @@ -256,16 +252,16 @@ centos-art render trunk/Identity/Images/Themes --with-brands cli_checkFiles - + ...
-
+ -
+ Implementation @@ -282,13 +278,13 @@ centos-art render trunk/Identity/Images/Themes --with-brands - In this section will describe how to parse arguments (both + In this sect2 will describe how to parse arguments (both option and non-option) inside the centos-art.sh script. This information - must be used as section whenever you need to create a + must be used as sect2 whenever you need to create a new function for centos-art.sh script. -
+ -
+