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 /redshift.1 | |
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 'redshift.1')
-rw-r--r-- | redshift.1 | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -90,6 +90,20 @@ Start in disabled state. Ignored in one-shot mode. .TP +.B -d +Keep the process alive and remove the colour effects +when killed. + +Ignored for +.B -p +and +.BR -x ; +always active for +.B -t +and the +.B quartz +adjustment method. +.TP .B -E Use wall-clock based schedule. .TP @@ -123,20 +137,6 @@ one must be specified. Implies .BR +E . .TP -.B -d -Keep the process alive and remove the colour effects -when killed. - -Ignored for -.B -p -and -.BR -x ; -always active for -.B -t -and the -.B quartz -adjustment method. -.TP .BI -g\fR\ gamma Synonym for .B -g @@ -273,7 +273,7 @@ Reset exiting gamma ramps before applying new colour effects. Preserve preexisting gamma adjustments. (Default) .TP .B -p -Print parameter and exit. +Print parameters and exit. .TP .B -r Disable fading between colour temperatures. @@ -298,7 +298,7 @@ Default mode, but default values may change between versions. .TP .B -V -Show program implementation and verison. +Show program implementation and version. .TP .B -v Enable verbose output. |