summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-25 13:52:17 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-25 13:52:17 -0400
commit7e43b937825f3cc3572b09aeffa5b345f11f7aee (patch)
treeaf9e0b71f39e431f3735e6595eac122a52311feb /src/report.h
parentf33d3f97f6496aee724d607fc1962b80d8c38b72 (diff)
downloadledger-7e43b937825f3cc3572b09aeffa5b345f11f7aee.tar.gz
ledger-7e43b937825f3cc3572b09aeffa5b345f11f7aee.tar.bz2
ledger-7e43b937825f3cc3572b09aeffa5b345f11f7aee.zip
Changed --exchange's short option from -x to -X
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index 5bc5bd69..6839de0e 100644
--- a/src/report.h
+++ b/src/report.h
@@ -383,7 +383,7 @@ public:
OPTION(report_t, equity);
OPTION(report_t, exact);
- OPTION_(report_t, exchange_, DO_(args) { // -x
+ OPTION_(report_t, exchange_, DO_(args) { // -X
on_with(args[0]);
call_scope_t no_args(*parent);
parent->HANDLER(market).parent = parent;