diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-23 18:23:31 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-23 18:23:31 -0400 |
commit | 73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (patch) | |
tree | 4ae4a6a5355913345877b593bcc530f001660b26 /ledger.texi | |
parent | 632a37034a4d3a3cc2ad2bb786709c2497c5c97f (diff) | |
download | fork-ledger-73e2abd1b2e2bacbd353999a7b3edd95a04112c4.tar.gz fork-ledger-73e2abd1b2e2bacbd353999a7b3edd95a04112c4.tar.bz2 fork-ledger-73e2abd1b2e2bacbd353999a7b3edd95a04112c4.zip |
a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)
Diffstat (limited to 'ledger.texi')
-rw-r--r-- | ledger.texi | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/ledger.texi b/ledger.texi index 7bc0d8cf..6085999c 100644 --- a/ledger.texi +++ b/ledger.texi @@ -336,9 +336,8 @@ your init file. entries on or after @samp{DATE}. Only entries after that date will be calculated, which means that the running total in the balance report will always start at zero with the first matching entry. (Note: This -is different from using @samp{--display} to constrain the entries -displayed, in which case the running total includes the undisplayed -entries). +is different from using @samp{--display} to constrain what is +displayed). @sp 1 @@ -446,9 +445,19 @@ transaction that matched. @sp 1 -@samp{--limit EXPR} (@samp{-l EXPR}) +@samp{--limit EXPR} (@samp{-l EXPR}) limits which transactions take +part in the calculations of a report. -@samp{--display EXPR} (@samp{-d EXPR}) +@samp{--display EXPR} (@samp{-d EXPR}) limits which transactions or +accounts or actually displayed in a report. They might still be +calculated, and be part of the running total of a register report, for +example, but they will not be displayed. This is useful for seeing +last month's checking transactions, against a running balance that +includes all past transactions: + +@example +ledger -d "d>=[2004/8]" reg checking +@end example @sp 1 |