diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-03 10:22:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-03 10:26:20 +0100 |
commit | d9c5b54e4f48d8e00ddba4d5b487b7557fe2a9f5 (patch) | |
tree | c668f0d0eb1d987f9afba4596dc570cc76071559 /README | |
parent | m (diff) | |
download | radharc-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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |