diff options
author | Craig Earls <enderw88@gmail.com> | 2011-10-12 15:14:07 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-10-12 15:14:07 -0700 |
commit | 95cb4e86b5130e224e004f3e41cf399f6cad8452 (patch) | |
tree | ad5200fd5998043971aa4781bb7dfb814cdf22fb /doc | |
parent | f99bb40a64852ef3f56639a04a111ae7eb3c1b72 (diff) | |
download | fork-ledger-95cb4e86b5130e224e004f3e41cf399f6cad8452.tar.gz fork-ledger-95cb4e86b5130e224e004f3e41cf399f6cad8452.tar.bz2 fork-ledger-95cb4e86b5130e224e004f3e41cf399f6cad8452.zip |
Corrected typo on pricedb command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index a7b4a66c..7281814b 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-05 22:09 (cpearls)> +@subtitle Draft Manual Time-stamp: <2011-10-12 15:13 (cpearls)> @author John Wiegley @end titlepage @@ -475,7 +475,7 @@ $ ledger -f drewr3.dat cleared @item @code{emacs} @tab Produce emacs lisp output @item @code{equity} @tab Print account balances as transactions @item @code{prices} @tab Print price history for matching commodities -@item @code{pricesdb} @tab Print price history for matching commodities in ledger readable format +@item @code{pricedb} @tab Print price history for matching commodities in ledger readable format @item @code{xact} @tab Used to generate transactions based on previous postings @end multitable @@ -3124,7 +3124,7 @@ commodities. The @option{-A} flag is useful with this report, to display the running average price, or @option{-D} to show each price's deviation from that average. -There is also a @command{pricesdb} command which outputs the same +There is also a @command{pricedb} command which outputs the same information as @command{prices}, but does in a format that can be parsed by Ledger. |