diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 22:53:09 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 22:53:18 +0100 |
commit | 60c01f77707672d2978fbaa7f6ff32bf53ee38a2 (patch) | |
tree | 78b61b4fc3268cb2168f17ba935c1f840c1c5749 /README | |
parent | update todo list (diff) | |
download | redshift-ng-60c01f77707672d2978fbaa7f6ff32bf53ee38a2.tar.gz redshift-ng-60c01f77707672d2978fbaa7f6ff32bf53ee38a2.tar.bz2 redshift-ng-60c01f77707672d2978fbaa7f6ff32bf53ee38a2.tar.xz |
config.c: clean up print_help()
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -66,6 +66,13 @@ OPTIONS Ignored in one-shot mode. + -d + Keep the process alive and remove the colour effects + when killed. + + Ignored for -p and -x; always active for -t and the + "quartz" adjustment method. + -E Use wall-clock based schedule. @@ -91,13 +98,6 @@ OPTIONS Implies +E. - -d - Keep the process alive and remove the colour effects - when killed. - - Ignored for -p and -x; always active for -t and the - "quartz" adjustment method. - -g gamma Synonym for "-g gamma:gamma". @@ -183,7 +183,7 @@ OPTIONS Preserve preexisting gamma adjustments. (Default) -p - Print parameter and exit. + Print parameters and exit. -r Disable fading between colour temperatures. @@ -206,7 +206,7 @@ OPTIONS versions. -V - Show program implementation and verison. + Show program implementation and version. -v Enable verbose output. |