config: Improve wording consistency of date format help.

This commit is contained in:
Brett Smith 2017-06-09 13:14:06 -04:00
parent baa2e883cd
commit dfac0cf853

View file

@ -120,7 +120,7 @@ class Configuration:
'date', 'date',
type=self._date_from_s, type=self._date_from_s,
help="Use rates from this date, in YYYY-MM-DD format. " 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( hist_parser.add_argument(
'word1', nargs='?', metavar='amount', 'word1', nargs='?', metavar='amount',