diff options
author | Faheel Ahmad <faheel@live.in> | 2017-07-27 08:52:12 +0530 |
---|---|---|
committer | Faheel Ahmad <faheel@live.in> | 2017-07-27 08:58:22 +0530 |
commit | 29727a990c0a0dc6eec098199319c584cdeeee9e (patch) | |
tree | c2167ededdf7262a6400688dd548803de55c2c2a /src/redshift.c | |
parent | Merge pull request #426 from Kcchouette/patch-1 (diff) | |
download | redshift-ng-29727a990c0a0dc6eec098199319c584cdeeee9e.tar.gz redshift-ng-29727a990c0a0dc6eec098199319c584cdeeee9e.tar.bz2 redshift-ng-29727a990c0a0dc6eec098199319c584cdeeee9e.tar.xz |
Fix #474: Format help text paragraph to 80 chars max
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/redshift.c b/src/redshift.c index 6eefd7d..eb1db2b 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -461,10 +461,9 @@ print_help(const char *program_name) fputs("\n", stdout); /* TRANSLATORS: help output 5 */ - printf(_("The neutral temperature is %uK. Using this value will not\n" - "change the color temperature of the display. Setting the\n" - "color temperature to a value higher than this results in\n" - "more blue light, and setting a lower value will result in\n" + printf(_("The neutral temperature is %uK. Using this value will not change the color\n" + "temperature of the display. Setting the color temperature to a value higher\n" + "than this results in more blue light, and setting a lower value will result in\n" "more red light.\n"), NEUTRAL_TEMP); |