summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2011-10-27 21:56:04 -0700
committerJohn Wiegley <johnw@newartisans.com>2012-02-10 09:11:04 -1000
commit35302208e719a4ab7cc857b6d5057c317db73e10 (patch)
tree4c651a5849f6813a6dc6c80ec3cdc23d96831993
parent667fdbf053b50be413c614236ffeafb7460e09ff (diff)
downloadfork-ledger-35302208e719a4ab7cc857b6d5057c317db73e10.tar.gz
fork-ledger-35302208e719a4ab7cc857b6d5057c317db73e10.tar.bz2
fork-ledger-35302208e719a4ab7cc857b6d5057c317db73e10.zip
removed --totals option for XML, no longer supported in 3.X
-rw-r--r--doc/ledger3.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index da63dd98..3eb913c6 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@titlepage
@title Ledger: Command-Line Accounting
@subtitle For Version 3.0 of Ledger
-@subtitle Draft Manual Time-stamp: <2011-10-26 15:20 (cpearls)>
+@subtitle Draft Manual Time-stamp: <2011-10-27 21:55 (cpearls)>
@author John Wiegley
@end titlepage
@@ -535,7 +535,7 @@ $ ledger -f drewr3.dat cleared
@item @code{-A} @tab @code{--average} @tab Reports average posting value
@item @code{-D} @tab @code{--deviation} @tab Reports each posting deviation from the average
@item @code{-%} @tab @code{--percentage} @tab Show subtotals in the balance report as percentages
-@item @code{} @tab @code{--totals} @tab Include running total in the @code{xml} report
+@c @item @code{} @tab @code{--totals} @tab Include running total in the @code{xml} report
@item @code{-j} @tab @code{--amount-data} @tab Show only date and value column
@item @code{-J} @tab @code{--total-data} @tab Show only dates and totals
@item @code{-d EXPR} @tab @code{--display EXPR} @tab Limit only the display of certain postings
@@ -1749,7 +1749,7 @@ Often times a transaction needs to be split across several accounts. This is tr
Assets:Credit Union:Joint Checking
@end smallexample
-This is an example of a paycheck entry. THe money comes OUT of your
+This is an example of a paycheck entry. The money comes @strong{out} of your
income account, and is spent into several other accounts. The last line
doesn't require an amount, as ledger will automatically balance the
transaction (it will be $1800 into the Joint Checking account)
@@ -2820,8 +2820,8 @@ deviation from the average. It is only meaningful in the
@option{--percentage} (@option{-%}) shows account subtotals in the
@command{balance} report as percentages of the parent account.
-@option{--totals} include running total information in the
-@command{xml} report.
+@c @option{--totals} include running total information in the
+@c @command{xml} report.
@option{--amount-data} (@option{-j}) changes the @command{register}
report so that it outputs nothing but the date and the value column,