Changeset - baf0b2c5fff8
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-06-21 15:40:28
brettcsmith@brettcsmith.org
ledger: Fix --output-format default help.

This was accidentally carried over from accrual-report.
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/ledger.py
Show inline comments
...
 
@@ -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_<StartDate>_<StopDate>.ods`.
 
""")
 
    cliutil.add_loglevel_argument(parser)
 
    parser.add_argument(
0 comments (0 inline, 0 general)