summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2012-03-22 22:55:54 +0000
committerMartin Michlmayr <tbm@cyrius.com>2012-03-22 22:55:54 +0000
commit2f7b7762c2846d52d4b68e6453b1e112833c5c5b (patch)
tree51e2a217ace287e0ddbda5a4dab3597cf234f4df
parent6ff2257f30391f2da15c3ef8815180e2c3f03ccb (diff)
downloadfork-ledger-2f7b7762c2846d52d4b68e6453b1e112833c5c5b.tar.gz
fork-ledger-2f7b7762c2846d52d4b68e6453b1e112833c5c5b.tar.bz2
fork-ledger-2f7b7762c2846d52d4b68e6453b1e112833c5c5b.zip
Update example to use new apply account directive
Update the example in the manual to use the new apply account/end apply directive, as announced be John here: http://groups.google.com/group/ledger-cli/tree/browse_frm/month/2012-02/977e5dd90a55efca
-rw-r--r--doc/ledger3.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index e61805d7..e854260a 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -902,7 +902,7 @@ file:
And two in your company ledger file:
@smallexample
-!account Company XYZ
+apply account Company XYZ
2004/09/29 Circuit City
Expenses:Computer:Software $100.00
@@ -912,10 +912,10 @@ And two in your company ledger file:
Accounts Payable:Your Name $100.00
Assets:Checking $-100.00
-!end
+end apply account
@end smallexample
-(Note: The @samp{!account} above means that all accounts mentioned in
+(Note: The @samp{apply account} above means that all accounts mentioned in
the file are children of that account. In this case it means that all
activity in the file relates to Company XYZ).