aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-03 10:22:16 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-03 10:26:20 +0100
commitd9c5b54e4f48d8e00ddba4d5b487b7557fe2a9f5 (patch)
treec668f0d0eb1d987f9afba4596dc570cc76071559 /README
parentm (diff)
downloadradharc-d9c5b54e4f48d8e00ddba4d5b487b7557fe2a9f5.tar.gz
radharc-d9c5b54e4f48d8e00ddba4d5b487b7557fe2a9f5.tar.bz2
radharc-d9c5b54e4f48d8e00ddba4d5b487b7557fe2a9f5.tar.xz
add support for +options to remove effect of -option
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 7dad85e..4260b90 100644
--- a/README
+++ b/README
@@ -103,6 +103,13 @@ OPTIONS
a screen or graphic card. The later is for when
not inside a graphics environment.
+ All options also have a '+' variant, for example '+n'.
+ These undo the affect of previous '-' variant.
+ '+d', '+e', and '+m' all undo the affect of all previous
+ '-d', '-e', and '-m' options (not respectively).
+ Additionally, with the exception of '-d', '-e', '-m',
+ subsequent options override the previous of the the option.
+
SIGNALS
SIGHUP
Perform an online update to a newer version.