diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2015-07-28 17:40:05 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2015-07-28 17:40:05 -0400 |
commit | e65ead2770a6135ca8714c793cdcc53b3d3f0afd (patch) | |
tree | 8599274767cb63d87f00140562c3869ea6bfa2cd /doc | |
parent | 1cf473ca50415dd4667b145b466994489ff57d1a (diff) | |
download | fork-ledger-e65ead2770a6135ca8714c793cdcc53b3d3f0afd.tar.gz fork-ledger-e65ead2770a6135ca8714c793cdcc53b3d3f0afd.tar.bz2 fork-ledger-e65ead2770a6135ca8714c793cdcc53b3d3f0afd.zip |
Document --explicit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger.1 | 5 | ||||
-rw-r--r-- | doc/ledger3.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index b674cb6a..7b0cc642 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -574,7 +574,10 @@ posting occurring in that period. Display values in terms of the given .Ar COMMODITY . The latest available price is used. -.\".It Fl \-explicit +.It Fl \-explicit +Direct Ledger to require pre-declarations for entities (such as accounts, +commodities and tags) rather than taking entities from cleared +transactions as defined. .It Fl \-file Ar FILE Read journal data from .Ar FILE . diff --git a/doc/ledger3.texi b/doc/ledger3.texi index e70210ab..78db34bf 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5970,8 +5970,10 @@ Direct Ledger to download prices. @c @option{--getquote @var{FILE}}. @item --explicit -@c see test/baseline/opt-explicit.test -@value{FIXME:UNDOCUMENTED} +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} |