ledger: Fix --output-format default help.

This was accidentally carried over from accrual-report.
This commit is contained in:
Brett Smith 2020-06-21 11:40:28 -04:00
parent 42d2002fda
commit baf0b2c5ff

View file

@ -422,8 +422,7 @@ it will issue a warning.
metavar='PATH', metavar='PATH',
type=Path, type=Path,
help="""Write the report to this file, or stdout when PATH is `-`. help="""Write the report to this file, or stdout when PATH is `-`.
The default is stdout for the balance and outgoing reports, and a generated The default is `LedgerReport_<StartDate>_<StopDate>.ods`.
filename for other reports.
""") """)
cliutil.add_loglevel_argument(parser) cliutil.add_loglevel_argument(parser)
parser.add_argument( parser.add_argument(