diff options
Diffstat (limited to 'calendar/main.c')
-rw-r--r-- | calendar/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/main.c b/calendar/main.c index 75ad4b1e70..92c68898e8 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -379,9 +379,9 @@ process_dates (void) static struct argp_option argp_options [] = { { "events", 'e', NULL, 0, N_("Show events and quit"), 0 }, - { "from ", 'f', N_("FROM"), 0, N_("Specifies start date [for --events]"), 1 }, + { "from", 'f', N_("DATE"), 0, N_("Specifies start date [for --events]"), 1 }, { "file", 'F', N_("FILE"), 0, N_("File to load calendar from"), 1 }, - { "to", 't', N_("TO"), 0, N_("Specifies ending date [for --events]"), 1 }, + { "to", 't', N_("DATE"), 0, N_("Specifies ending date [for --events]"), 1 }, { NULL, 0, NULL, 0, NULL, 0 }, }; |