statement: Fix typo in --output-file help.

This commit is contained in:
Brett Smith 2021-02-01 09:38:22 -05:00
parent f23e0431e2
commit 32eaf08552

View file

@ -360,7 +360,7 @@ been reconciled. Default varies by account.
metavar='PATH',
type=Path,
help="""Write the report to this file, or stdout when PATH is `-`.
The default is `LedgerReport_<StartDate>_<StopDate>.ods`.
The default is `ReconciliationReport_<StartDate>_<StopDate>.ods`.
""")
args = parser.parse_args(arglist)
if not args.accounts: