summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-07-02 00:00:12 -0400
committerjohnw <johnw@newartisans.com>2004-07-02 00:00:12 -0400
commita8c4ecbc8ecd887d54a4aa5483580f2031dda205 (patch)
tree876aedd4546248f95bb897b66bf0aef67fd47827
parentf9c4f85870a03722953e950ef27f01a44a911c4d (diff)
downloadfork-ledger-a8c4ecbc8ecd887d54a4aa5483580f2031dda205.tar.gz
fork-ledger-a8c4ecbc8ecd887d54a4aa5483580f2031dda205.tar.bz2
fork-ledger-a8c4ecbc8ecd887d54a4aa5483580f2031dda205.zip
fixed typo
-rw-r--r--reports.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cc b/reports.cc
index e5ce610d..2708c1d0 100644
--- a/reports.cc
+++ b/reports.cc
@@ -954,7 +954,7 @@ static void show_help(std::ostream& out)
<< " -T report commodity totals, not their market value" << std::endl
<< " -V report the market value of commodities" << std::endl
<< " -B report cost basis of commodities" << std::endl
- << " -Q download new price inforamtion (when needed) from the Internet" << std::endl
+ << " -Q download new price information (when needed) from the Internet" << std::endl
<< " (works by running \"getquote SYMBOL\")" << std::endl
<< " -L MINS with -Q, fetch quotes only if data is older than MINS" << std::endl
<< " -p STR specifies a direct commodity conversion: COMM=AMOUNT" << std::endl