summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2013-04-29 22:00:36 +0200
committerthdox <thdox@free.fr>2013-04-29 22:25:35 +0200
commit600a9c5d3becb9c06e6006e6c752f1f45819efea (patch)
tree033a9152abceee318b2c8d6a7400b26870a40850
parent68dde8cda690e44bd88ce247ac5d86d00b062fa0 (diff)
downloadfork-ledger-600a9c5d3becb9c06e6006e6c752f1f45819efea.tar.gz
fork-ledger-600a9c5d3becb9c06e6006e6c752f1f45819efea.tar.bz2
fork-ledger-600a9c5d3becb9c06e6006e6c752f1f45819efea.zip
Change from -report to -format as -report can not be found in source code
-rw-r--r--doc/ledger3.texi34
1 files changed, 18 insertions, 16 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index de5b9b00..d07ca0cb 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -7379,14 +7379,15 @@ Return value rounded to n digits. Does not affect formatting.
@section Format String Basics
@findex --format @var{FORMAT_STRING}
@findex -F @var{FORMAT_STRING}
-@findex --balance-report
-@findex --cleared-report
-@findex --register-report
-@findex --csv-report
-@findex --plot-amount-report
-@findex --plot-total-report
-@findex --pricedb-report
-@findex --prices-report
+@findex --balance-format
+@findex --budget-format
+@findex --cleared-format
+@findex --csv-format
+@findex --plot-amount-format
+@findex --plot-total-format
+@findex --pricedb-format
+@findex --prices-format
+@findex --register-format
Format strings may be used to change the output format of reports.
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.
@itemize
-@item @code{--balance-report}
-@item @code{--cleared-report}
-@item @code{--register-report}
-@item @code{--csv-report}
-@item @code{--plot-amount-report}
-@item @code{--plot-total-report}
-@item @code{--pricedb-report}
-@item @code{--prices-report}
+@item @code{--balance-format}
+@item @code{--budget-format}
+@item @code{--cleared-format}
+@item @code{--csv-format}
+@item @code{--plot-amount-format}
+@item @code{--plot-total-format}
+@item @code{--pricedb-format}
+@item @code{--prices-format}
+@item @code{--register-format}
@end itemize
@node Format String Structure, Format Expressions, Basics, Format Strings