aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-05-27 00:17:47 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-05-27 00:17:47 +0200
commit19f734335519996395113c6acbde949dfc60e167 (patch)
tree9bb21c48b0791aee476953bc2efb3ae5044d2708 /src/location-manual.c
parentRemove unused parameters in help text output. (diff)
downloadredshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.gz
redshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.bz2
redshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.xz
Let gamma methods and location providers print help on option parameters.
Diffstat (limited to 'src/location-manual.c')
-rw-r--r--src/location-manual.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/location-manual.c b/src/location-manual.c
index 1eca22e..d14fe98 100644
--- a/src/location-manual.c
+++ b/src/location-manual.c
@@ -82,6 +82,17 @@ location_manual_free(location_manual_state_t *state)
{
}
+void
+location_manual_print_help(FILE *f)
+{
+ fputs(_("Specify location manually.\n"), f);
+ fputs("\n", f);
+
+ fputs(_(" First argument is latitude,\n"
+ " second argument is longitude\n"), f);
+ fputs("\n", f);
+}
+
int
location_manual_get_location(location_manual_state_t *state, float *lat,
float *lon)