aboutsummaryrefslogtreecommitdiff
path: root/docs/cpt.org
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cpt.org')
-rw-r--r--docs/cpt.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/cpt.org b/docs/cpt.org
index abdcd62..adf45f7 100644
--- a/docs/cpt.org
+++ b/docs/cpt.org
@@ -880,8 +880,12 @@ that can be used inside most =cpt= tools. It defines the following flags:
| ~-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.
+This function can take two arguments:
+
+- =silent= :: If this argument is specified, the function does not print the usage
+ information defined by its flags.
+- =compact= :: If this argument is specified, the function only prints the help
+ output of the ~--help~ and ~--version~ flags.
** Message functions
:PROPERTIES: