diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-17 21:40:45 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-17 21:40:45 -0400 |
commit | 76b58dc413f277d3d067b73a8506d154c309c5b4 (patch) | |
tree | ba75afbabbaa1d910770d6282066daea39d5f549 | |
parent | 56cfd845760cf54ece1e48291e91c62594ffc963 (diff) | |
download | fork-ledger-76b58dc413f277d3d067b73a8506d154c309c5b4.tar.gz fork-ledger-76b58dc413f277d3d067b73a8506d154c309c5b4.tar.bz2 fork-ledger-76b58dc413f277d3d067b73a8506d154c309c5b4.zip |
Corrected a mis-type in the NEWS file.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -197,9 +197,9 @@ register, print, etc), you can now descend into the component transactions that made up any of the values you see. - For example, say you request a --monthtly expenses report: + For example, say you request a --monthly expenses report: - $ ledger --monthly --descend "\$500.00" register ^Expenses + $ ledger --monthly register ^Expenses Now, in one of the reported months you see $500.00 spent on Expenses:Food. You can ask Ledger to "descend" into, and show the |