From baf0b2c5fff816ab7ba4c9164a60b98f43a49261 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sun, 21 Jun 2020 11:40:28 -0400 Subject: [PATCH] ledger: Fix --output-format default help. This was accidentally carried over from accrual-report. --- conservancy_beancount/reports/ledger.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conservancy_beancount/reports/ledger.py b/conservancy_beancount/reports/ledger.py index afdf943..a238e4d 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(