From a50d02ca04fce5f1e1f0f3768efc60b178eb3457 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Nov 2025 10:19:50 -1000 Subject: [PATCH] ;fix:close:doc:customisation: edit [#2492] --- hledger/Hledger/Cli/Commands/Close.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Close.md b/hledger/Hledger/Cli/Commands/Close.md index 732a69f7f..bd0d36d03 100644 --- a/hledger/Hledger/Cli/Commands/Close.md +++ b/hledger/Hledger/Cli/Commands/Close.md @@ -130,8 +130,7 @@ In all modes, the following things can be overridden: - the closing/opening dates, with `-e OPENDATE` - the balancing account, with `--close-acct=ACCT` and/or `--open-acct=ACCT` - the transaction descriptions, with `--close-desc=DESC` and `--open-desc=DESC` -- the value of the transaction's `clopen` tag, with a `TAGVAL` argument to the - mode flag.\ +- the value of the transaction's `clopen` tag, with an argument for the mode flag.\ (Eg: `--close=foo` or `--clopen=2025-main`) By default, the closing date is yesterday, or the journal's end date, whichever is later;