From dfac0cf8539c02533bd232a950979b4350ea4573 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 9 Jun 2017 13:14:06 -0400 Subject: [PATCH] config: Improve wording consistency of date format help. --- oxrlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxrlib/config.py b/oxrlib/config.py index 682a550..cdb7574 100644 --- a/oxrlib/config.py +++ b/oxrlib/config.py @@ -120,7 +120,7 @@ class Configuration: 'date', type=self._date_from_s, help="Use rates from this date, in YYYY-MM-DD format. " - "If you omit the year or month, it fills in the current year/month." + "If the year or month are not specified, defaults to today's year or month." ) hist_parser.add_argument( 'word1', nargs='?', metavar='amount',