diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2011-07-04 15:10:55 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2011-07-04 15:10:55 +0200 |
commit | 220bf14ae2e3c2373309014909366d92412ea67e (patch) | |
tree | 34697bdfa12c0926dc07578c7895b767e87ea986 | |
parent | Fix randr version check (Alisdair Tullo). (diff) | |
download | redshift-ng-220bf14ae2e3c2373309014909366d92412ea67e.tar.gz redshift-ng-220bf14ae2e3c2373309014909366d92412ea67e.tar.bz2 redshift-ng-220bf14ae2e3c2373309014909366d92412ea67e.tar.xz |
Document brightness (-b) option switch.
-rw-r--r-- | redshift.1 | 3 | ||||
-rw-r--r-- | src/redshift.c | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -26,6 +26,9 @@ Verbose output \fB\-V\fR Show program version .TP +\fB\-b\fR N +Screen brightness to apply (max is 1.0) +.TP \fB\-c\fR FILE Load settings from specified configuration file .TP diff --git a/src/redshift.c b/src/redshift.c index 4d5479a..e24423c 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -312,7 +312,8 @@ print_help(const char *program_name) /* TRANSLATORS: help output 4 `list' must not be translated no-wrap */ - fputs(_(" -c FILE\tLoad settings from specified configuration file\n" + fputs(_(" -b N\t\tScreen brightness to apply (max is 1.0)\n" + " -c FILE\tLoad settings from specified configuration file\n" " -g R:G:B\tAdditional gamma correction to apply\n" " -l LAT:LON\tYour current location\n" " -l PROVIDER\tSelect provider for automatic" |