;doc: note that -I does not disable balance assignments

[ci skip]
This commit is contained in:
Simon Michael 2020-01-04 08:22:11 -08:00
parent 056735a76a
commit 390cea7f7c
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,7 @@ m4_define({{_inputoptions_}}, {{
: use some other field or tag for the account name : use some other field or tag for the account name
`-I --ignore-assertions` `-I --ignore-assertions`
: ignore any failing balance assertions : disable balance assertion checks (note: does not disable balance assignments)
}} )m4_dnl }} )m4_dnl
m4_dnl m4_dnl

View File

@ -404,6 +404,7 @@ can protect you from, eg, inadvertently disrupting reconciled balances
while cleaning up old entries. You can disable them temporarily with while cleaning up old entries. You can disable them temporarily with
the `-I/--ignore-assertions` flag, which can be useful for the `-I/--ignore-assertions` flag, which can be useful for
troubleshooting or for reading Ledger files. troubleshooting or for reading Ledger files.
(Note: this flag currently does not disable balance assignments, below).
### Assertions and ordering ### Assertions and ordering