diff options
Diffstat (limited to 'docs/cpt.txt')
-rw-r--r-- | docs/cpt.txt | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/cpt.txt b/docs/cpt.txt index 8934c15..ab99f4d 100644 --- a/docs/cpt.txt +++ b/docs/cpt.txt @@ -924,13 +924,17 @@ development manual for *Carbs Packaging Tools*. For development logs see include flags that can be used inside most `cpt' tools. It defines the following flags: - Flag Long Option Calls - ----------------------------------- - `-f' `--force' `CPT_FORCE' - `-y' `--no-prompt' `CPT_PROMPT' - `--root' `CPT_ROOT' - `-h' `--help' `usage()' - `-v' `--version' `version()' + Flag Long Option Calls + ------------------------------------ + `-f' `--force' `CPT_FORCE' + `-y' `--no-prompt' `CPT_PROMPT' + `--root' `CPT_ROOT' + `-h' `--help' `usage()' + `-v' `--version' `version()' + `--verbose' `CPT_VERBOSE' + + If you don't want these options to be printed on the usage, you can + disable it by calling `global_options silent' instead. 8.3 Message functions |