diff options
author | CandyAngel <candyangel@electricjungle.org> | 2020-03-31 12:47:53 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-04-03 08:40:25 +0800 |
commit | 43b07fbab3b4c144eca4a771524e59c531ffa074 (patch) | |
tree | 3a5433652386149a73328058716dbb09deb8aa8f /doc/ledger3.texi | |
parent | 0703956e78d1d0352e69273295a0301586f86ca8 (diff) | |
download | fork-ledger-43b07fbab3b4c144eca4a771524e59c531ffa074.tar.gz fork-ledger-43b07fbab3b4c144eca4a771524e59c531ffa074.tar.bz2 fork-ledger-43b07fbab3b4c144eca4a771524e59c531ffa074.zip |
Make explicit option a no-op
Fixes #1877
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index bf446716..e3d7b442 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6085,12 +6085,6 @@ Direct Ledger to download prices. @c using the script defined via the option @c @option{--getquote @var{FILE}}. -@item --explicit -Direct Ledger to require pre-declarations for entities (such as accounts, -commodities and tags) rather than taking entities from cleared -transactions as defined. This option is useful in combination with -@option{--strict} or @option{--pedantic}. - @item --file @var{FILE} @itemx -f @var{FILE} Specify the input @file{FILE} for this invocation. |