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 /src/redshift.c | |
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.
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" |