diff options
author | thdox <thdox@free.fr> | 2015-01-22 01:35:14 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-01-22 01:35:14 +0100 |
commit | 97a6761ca7da2957e870d3698dcfef9272e41ed7 (patch) | |
tree | bec30ec9b4ee847c70695e28f40a19b8abf2df5a /doc | |
parent | bec52e3221d74ce3bf1383b245beae5a6214e387 (diff) | |
download | fork-ledger-97a6761ca7da2957e870d3698dcfef9272e41ed7.tar.gz fork-ledger-97a6761ca7da2957e870d3698dcfef9272e41ed7.tar.bz2 fork-ledger-97a6761ca7da2957e870d3698dcfef9272e41ed7.zip |
Add documentation for option --permissive.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger.1 | 3 | ||||
-rw-r--r-- | doc/ledger3.texi | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index fb434880..9aac44e5 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -679,7 +679,8 @@ For a balance report only those transactions will be accounted in the final balances. .It Fl \-period-sort Sort the posting within transactions using the given value expression. -.\".It Fl \-permissive +.It Fl \-permissive +Quiet balance assertions. .It Fl \-pivot Ar STR Produce a balance pivot report .Nm around diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 9597083c..a05f15db 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5936,7 +5936,7 @@ Ledger does not expand any aliases if this option is specified. Accounts, tags or commodities not previously declared will cause errors. @item --permissive -FIX THIS ENTRY @c FIXME thdox +Quiet balance assertions. @item --price-db @var{FILE} Specify the location of the price entry data file. |