diff options
-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 |