summaryrefslogtreecommitdiff
path: root/cliapp.5
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-12-11 22:29:09 +0000
committerLars Wirzenius <liw@liw.fi>2012-12-11 22:29:09 +0000
commiteb0844aec59e5bd675085fe5af7c0d121e354d34 (patch)
tree120ac3adaebed01f82ed877c8e9b07428395a134 /cliapp.5
parent9c9ad5f386333a1102fbb63f5869306fa8413938 (diff)
downloadcliapp-eb0844aec59e5bd675085fe5af7c0d121e354d34.tar.gz
Add --no-foo to manpage
Diffstat (limited to 'cliapp.5')
-rw-r--r--cliapp.514
1 files changed, 14 insertions, 0 deletions
diff --git a/cliapp.5 b/cliapp.5
index cf2051a..7950033 100644
--- a/cliapp.5
+++ b/cliapp.5
@@ -130,6 +130,20 @@ attack-kittens = no
.PP
This turns the verbose setting on,
but does not launch attack kittens.
+.PP
+For every boolean setting,
+two command line options are added.
+If the setting is called
+.IR foo ,
+the option
+.I \-\-foo
+will turn the setting on,
+and
+.I \-\-no\-foo
+will turn it off.
+The negation is only usable on the command line:
+its purpose is to allow the command line to override a setting from the
+configuration file.
.SS "Logging and log files"
Programs using
.B cliapp