X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/10f9bcb681e56da98f5e8f8aba2e5462e0b2b892..4e53f3dcd47d9208cff59bdacefdacf554b37962:/src/main.c diff --git a/src/main.c b/src/main.c index d9427c36..017b27ab 100644 --- a/src/main.c +++ b/src/main.c @@ -113,6 +113,7 @@ static void open_window ( VikWindow *vw, const gchar **files ) /* Options */ static GOptionEntry entries[] = { + { "small_waypoint", 's', 0, G_OPTION_ARG_NONE, &vik_use_small_wp_icons, N_("Use smaller symbols for waypoints"), NULL }, { "debug", 'd', 0, G_OPTION_ARG_NONE, &vik_debug, N_("Enable debug output"), NULL }, { "verbose", 'V', 0, G_OPTION_ARG_NONE, &vik_verbose, N_("Enable verbose output"), NULL }, { "version", 'v', 0, G_OPTION_ARG_NONE, &vik_version, N_("Show version"), NULL },