From baf0b2c5fff816ab7ba4c9164a60b98f43a49261 2020-06-21 15:40:28 From: Brett Smith Date: 2020-06-21 15:40:28 Subject: [PATCH] ledger: Fix --output-format default help. This was accidentally carried over from accrual-report. --- diff --git a/conservancy_beancount/reports/ledger.py b/conservancy_beancount/reports/ledger.py index afdf9435320cd7bbf2584e7010f715626f1ac139..a238e4d98ffc592f1e70f4fcfd578e11d1fcaa2d 100644 --- a/conservancy_beancount/reports/ledger.py +++ b/conservancy_beancount/reports/ledger.py @@ -422,8 +422,7 @@ it will issue a warning. metavar='PATH', type=Path, 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 -filename for other reports. +The default is `LedgerReport__.ods`. """) cliutil.add_loglevel_argument(parser) parser.add_argument(