ledger: Fix --output-format default help.
This was accidentally carried over from accrual-report.
This commit is contained in:
parent
42d2002fda
commit
baf0b2c5ff
1 changed files with 1 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue