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',
|
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(
|
||||||
|
|
Loading…
Reference in a new issue