From e795b60d4c22027773fdde05ca04aef1947036d0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 06 2013 04:16:32 +0000 Subject: Update centos-art.sh.asciidoc file. - To fix information about --debug, --quiet, and --yes options. --- diff --git a/Automation/Manuals/centos-art.sh.asciidoc b/Automation/Manuals/centos-art.sh.asciidoc index 8d0d30d..482bde1 100644 --- a/Automation/Manuals/centos-art.sh.asciidoc +++ b/Automation/Manuals/centos-art.sh.asciidoc @@ -83,14 +83,19 @@ The *centos-art.sh* script supports the following options: Print script version. *--debug*:: - Enable debugging messages. + Run the script in debugging mode. This option is very useful if + you want to get a closer look to the way modules are opened and + closed inside *centos-art.sh* script. *--quiet*:: - Run the script quietly. Only error messages are printed out. + Run the script quietly. This option reduces the amount of + information the *centos-art.sh* script prints out when processing + source files. *--yes*:: - Answer ``yes'' to all ``yes or no'' questions. This option is - useful when you run *centos-art.sh* with the *--quiet* option. + Run the script in affirmative mode. This is answering ``yes'' to + all ``yes or no'' questions. This option is useful when you run + *centos-art.sh* with the *--quiet* option. [[exit-status]] Exit Status