diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-10-16 18:40:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 18:40:14 -0700 |
commit | ad737285ca297cb607fc23804711e16274a74cd3 (patch) | |
tree | 7bc89da19f3fc62c51fbddb4c82913497c984c01 /redshift.1 | |
parent | Merge pull request #535 from jonls/cleanup (diff) | |
parent | man: Document -P option (diff) | |
download | redshift-ng-ad737285ca297cb607fc23804711e16274a74cd3.tar.gz redshift-ng-ad737285ca297cb607fc23804711e16274a74cd3.tar.bz2 redshift-ng-ad737285ca297cb607fc23804711e16274a74cd3.tar.xz |
Merge pull request #537 from jonls/preserve-option
Preserve command-line option
Diffstat (limited to 'redshift.1')
-rw-r--r-- | redshift.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -55,14 +55,20 @@ Method to use to set color temperature (Use `-m list' to see available methods) .TP \fB\-o\fR -One shot mode (do not continuously adjust color temperature) +One-shot mode (do not continuously adjust color temperature). Use this with the +`-P` option to clear the existing gamma ramps before applying the new color +temperature. .TP \fB\-O\fR TEMP -One shot manual mode (set color temperature) +One-shot manual mode (set color temperature). Use this with the `-P` option +to clear the existing gamma ramps before applying the new color temperature. .TP \fB\-p\fR Print mode (only print parameters and exit) .TP +\fB\-P\fR +Reset existing gamma ramps before applying new color effect. +.TP \fB\-x\fR Reset mode (remove adjustment from screen) .TP |