diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2015-07-28 17:50:13 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2015-07-28 17:50:13 -0400 |
commit | 94d4f5c1952c9fe013ad763b991c841a632a9366 (patch) | |
tree | 8bbd39b658301f8ee4e724b30623c20cacf91ac6 | |
parent | 852ece54fe9f2b035cbdf729a71ad9f4feee0111 (diff) | |
download | fork-ledger-94d4f5c1952c9fe013ad763b991c841a632a9366.tar.gz fork-ledger-94d4f5c1952c9fe013ad763b991c841a632a9366.tar.bz2 fork-ledger-94d4f5c1952c9fe013ad763b991c841a632a9366.zip |
Document --no-revalued
-rw-r--r-- | doc/ledger.1 | 4 | ||||
-rw-r--r-- | doc/ledger3.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 7b0cc642..e93af550 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -719,6 +719,10 @@ Aliases are completely ignored. Suppress any color TTY output. .It Fl \-no-pager Disables the pager on TTY output. +.It Fl \-no-revalued +Stop Ledger from showing +<Revalued> +postings. .It Fl \-no-rounding Don't output .Qq Li <Rounding> diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 78db34bf..21f8f91f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6538,6 +6538,10 @@ Suppress any color TTY output. @item --no-pager Direct output to stdout, avoiding pager program. +@item --no-revalued +Stop Ledger from showing @code{<Revalued>} postings. This option is useful +in combination with the @option{--exchange} or @option{--market} option. + @item --no-rounding Don't output @samp{<Rounding>} postings. Note that this will cause the running total to often not add up! Its main use is for |