From 6d44559b482af54a9a87572e29b9a05ee0cd41b7 Mon Sep 17 00:00:00 2001 From: Faheel Ahmad Date: Sat, 29 Jul 2017 16:36:27 +0530 Subject: Limit lines to 80 chars --- src/redshift.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/redshift.c') diff --git a/src/redshift.c b/src/redshift.c index eb1db2b..41629cc 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -461,10 +461,10 @@ print_help(const char *program_name) fputs("\n", stdout); /* TRANSLATORS: help output 5 */ - 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"), + printf(_("The neutral temperature is %uK. Using this value will not change " + "the color\ntemperature of the display. Setting the color temperature " + "to a value higher\nthan this results in more blue light, and setting " + "a lower value will result in\nmore red light.\n"), NEUTRAL_TEMP); fputs("\n", stdout); -- cgit v1.2.3-70-g09d2