aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2011-10-18 18:02:28 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2011-10-18 18:02:28 +0200
commit802d09e83bb6ffa0a70b702f59069435d6feb8c6 (patch)
tree3e0a128b3c968339de55c4a724ae52c319a75d77 /src/location-manual.c
parentSet buffering on stdout and stderr to line-buffered. (diff)
downloadredshift-ng-802d09e83bb6ffa0a70b702f59069435d6feb8c6.tar.gz
redshift-ng-802d09e83bb6ffa0a70b702f59069435d6feb8c6.tar.bz2
redshift-ng-802d09e83bb6ffa0a70b702f59069435d6feb8c6.tar.xz
Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).
Update man page with information on configuration file.
Diffstat (limited to 'src/location-manual.c')
-rw-r--r--src/location-manual.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location-manual.c b/src/location-manual.c
index 1f68b6c..11586bb 100644
--- a/src/location-manual.c
+++ b/src/location-manual.c
@@ -70,6 +70,9 @@ location_manual_print_help(FILE *f)
fputs(_(" lat=N\t\tLatitude\n"
" lon=N\t\tLongitude\n"), f);
fputs("\n", f);
+ fputs(_("Both values are expected to be floating point numbers,\n"
+ "negative values representing west / south, respectively.\n"), f);
+ fputs("\n", f);
}
int