aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2013-12-08 20:24:27 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2013-12-08 20:24:27 -0500
commit3297f52f48c25947e9b841604e112bea07a0bf22 (patch)
tree10cb49303a86950a4e7ec4140a8c997597f50a17 /src/redshift.c
parentFix configure script status output for GUI (diff)
downloadredshift-ng-3297f52f48c25947e9b841604e112bea07a0bf22.tar.gz
redshift-ng-3297f52f48c25947e9b841604e112bea07a0bf22.tar.bz2
redshift-ng-3297f52f48c25947e9b841604e112bea07a0bf22.tar.xz
Fix newline in help output text
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.c b/src/redshift.c
index d7e9b37..1569f50 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -334,7 +334,7 @@ print_help(const char *program_name)
" -o\t\tOne shot mode (do not continuously adjust"
" color temperature)\n"
" -O TEMP\tOne shot manual mode (set color temperature)\n"
- " -p\t\tPrint mode (only print parameters and exit)"
+ " -p\t\tPrint mode (only print parameters and exit)\n"
" -x\t\tReset mode (remove adjustment from screen)\n"
" -r\t\tDisable temperature transitions\n"
" -t DAY:NIGHT\tColor temperature to set at daytime/night\n"),