From eb0844aec59e5bd675085fe5af7c0d121e354d34 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Dec 2012 22:29:09 +0000 Subject: Add --no-foo to manpage --- cliapp.5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cliapp.5') 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 -- cgit v1.2.1