summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-12 02:39:04 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-13 15:16:24 -0500
commit6a5360e2b570d21b321f901ca5584780a6111121 (patch)
treeb3b2862c22edd3ef8d0201b7729088a775745fc8 /src/report.cc
parente3ac24301990a77a296d103388a64bea716ce5cd (diff)
downloadfork-ledger-6a5360e2b570d21b321f901ca5584780a6111121.tar.gz
fork-ledger-6a5360e2b570d21b321f901ca5584780a6111121.tar.bz2
fork-ledger-6a5360e2b570d21b321f901ca5584780a6111121.zip
Make --detail a synonym for --rich-data
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc
index 97d2df02..c7559cf7 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -1215,7 +1215,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
else OPT(revalued);
else OPT(revalued_only);
else OPT(revalued_total_);
- else OPT(rich_data);
+ else OPT_ALT(rich_data, detail);
break;
case 's':
OPT(sort_);