Change from -report to -format as -report can not be found in source code

This commit is contained in:
thdox 2013-04-29 22:00:36 +02:00
parent 68dde8cda6
commit 600a9c5d3b

View file

@ -7379,14 +7379,15 @@ Return value rounded to n digits. Does not affect formatting.
@section Format String Basics @section Format String Basics
@findex --format @var{FORMAT_STRING} @findex --format @var{FORMAT_STRING}
@findex -F @var{FORMAT_STRING} @findex -F @var{FORMAT_STRING}
@findex --balance-report @findex --balance-format
@findex --cleared-report @findex --budget-format
@findex --register-report @findex --cleared-format
@findex --csv-report @findex --csv-format
@findex --plot-amount-report @findex --plot-amount-format
@findex --plot-total-report @findex --plot-total-format
@findex --pricedb-report @findex --pricedb-format
@findex --prices-report @findex --prices-format
@findex --register-format
Format strings may be used to change the output format of reports. Format strings may be used to change the output format of reports.
They are specified by passing a formatting string to the @code{-F They are specified by passing a formatting string to the @code{-F
@ -7400,14 +7401,15 @@ file and will allow you to run ledger reports from the command line
without having to enter a new format for each command. without having to enter a new format for each command.
@itemize @itemize
@item @code{--balance-report} @item @code{--balance-format}
@item @code{--cleared-report} @item @code{--budget-format}
@item @code{--register-report} @item @code{--cleared-format}
@item @code{--csv-report} @item @code{--csv-format}
@item @code{--plot-amount-report} @item @code{--plot-amount-format}
@item @code{--plot-total-report} @item @code{--plot-total-format}
@item @code{--pricedb-report} @item @code{--pricedb-format}
@item @code{--prices-report} @item @code{--prices-format}
@item @code{--register-format}
@end itemize @end itemize
@node Format String Structure, Format Expressions, Basics, Format Strings @node Format String Structure, Format Expressions, Basics, Format Strings