From 390cea7f7c991df1cfe9ece3d3fb83e0167c0b3b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 Jan 2020 08:22:11 -0800 Subject: [PATCH] ;doc: note that -I does not disable balance assignments [ci skip] --- doc/common.m4 | 2 +- hledger-lib/hledger_journal.m4.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/common.m4 b/doc/common.m4 index 9a997f766..132fab16a 100644 --- a/doc/common.m4 +++ b/doc/common.m4 @@ -106,7 +106,7 @@ m4_define({{_inputoptions_}}, {{ : use some other field or tag for the account name `-I --ignore-assertions` -: ignore any failing balance assertions +: disable balance assertion checks (note: does not disable balance assignments) }} )m4_dnl m4_dnl diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index dcde97fc6..660ae32b0 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -404,6 +404,7 @@ can protect you from, eg, inadvertently disrupting reconciled balances while cleaning up old entries. You can disable them temporarily with the `-I/--ignore-assertions` flag, which can be useful for troubleshooting or for reading Ledger files. +(Note: this flag currently does not disable balance assignments, below). ### Assertions and ordering