Add documentation for --no-pager option.

Minor updates to --pager documentation.
[ci skip]
This commit is contained in:
thdox 2015-01-22 00:57:20 +01:00
parent bec52e3221
commit 6b5ff2aebf
2 changed files with 16 additions and 6 deletions

View file

@ -622,8 +622,8 @@ Shorthand for
Aliases are completely ignored. Aliases are completely ignored.
.It Fl \-no-color .It Fl \-no-color
Suppress any color TTY output. Suppress any color TTY output.
.\".It Fl \-no-pager .It Fl \-no-pager
Suppress any color TTY output. Disables the pager on TTY output.
.It Fl \-no-rounding .It Fl \-no-rounding
Don't output Don't output
.Nm <Rounding> .Nm <Rounding>

View file

@ -5620,6 +5620,9 @@ Report the last @var{INT} postings.
@item --pager @var{FILE} @item --pager @var{FILE}
Direct output to @var{FILE} pager program. Direct output to @var{FILE} pager program.
@item --no-pager
Direct output to stdout, avoiding pager program.
@item --average @item --average
@itemx -A @itemx -A
Report the average posting value. Report the average posting value.
@ -6430,6 +6433,9 @@ Aliases are completely ignored.
@item --no-color @item --no-color
Suppress any color TTY output. Suppress any color TTY output.
@item --no-pager
Direct output to stdout, avoiding pager program.
@item --no-rounding @item --no-rounding
Don't output @samp{<Rounding>} postings. Note that this will cause the Don't output @samp{<Rounding>} postings. Note that this will cause the
running total to often not add up! Its main use is for running total to often not add up! Its main use is for
@ -6453,7 +6459,7 @@ been executed, such as periodic gathering.
Redirect the output of ledger to the file defined in @file{FILE}. Redirect the output of ledger to the file defined in @file{FILE}.
@item --pager @var{FILE} @item --pager @var{FILE}
Specify the pager program to use. Direct output to @var{FILE} pager program.
@item --payee @var{VEXPR} @item --payee @var{VEXPR}
Sets a value expression for formatting the payee. In the Sets a value expression for formatting the payee. In the
@ -6960,9 +6966,13 @@ meaning of the flag (instead of the first five transactions being
printed, for example, it would print all but the first five). printed, for example, it would print all but the first five).
@item --pager @var{FILE} @item --pager @var{FILE}
Tell Ledger to pass its output to the given pager program; very useful Tell Ledger to pass its output to the given @var{FILE} pager program;
when the output is especially long. This behavior can be made the very useful when the output is especially long. This behavior can be
default by setting the @env{LEDGER_PAGER} environment variable. made the default by setting the @env{LEDGER_PAGER} environment variable.
@item --no-pager
Tell Ledger to @emph{not} pass its output to a pager program; useful
when a pager is set by default.
@item --average @item --average
@itemx -A @itemx -A