config: Improve wording consistency of date format help.
This commit is contained in:
parent
baa2e883cd
commit
dfac0cf853
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue