From 158de6e293140360d82e98c653f4844493d544f4 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sat, 9 Oct 2010 23:04:43 +0200 Subject: Add info on the neutral color temperature (6500K) in help output. --- src/redshift.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/redshift.c') diff --git a/src/redshift.c b/src/redshift.c index 163a49e..fbc3d0f 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -301,6 +301,16 @@ 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" + "more red light.\n"), + NEUTRAL_TEMP); + + fputs("\n", stdout); + + /* TRANSLATORS: help output 6 */ printf(_("Default values:\n\n" " Daytime temperature: %uK\n" " Night temperature: %uK\n"), @@ -308,7 +318,7 @@ print_help(const char *program_name) fputs("\n", stdout); - /* TRANSLATORS: help output 6 */ + /* TRANSLATORS: help output 7 */ printf(_("Please report bugs to <%s>\n"), PACKAGE_BUGREPORT); } -- cgit v1.2.3-70-g09d2