Changeset - dfac0cf8539c
[Not reviewed]
0 1 0
Brett Smith - 7 years ago 2017-06-09 17:14:06
brettcsmith@brettcsmith.org
config: Improve wording consistency of date format help.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
oxrlib/config.py
Show inline comments
...
 
@@ -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',
0 comments (0 inline, 0 general)