aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c
diff options
context:
space:
mode:
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