From 6a5360e2b570d21b321f901ca5584780a6111121 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Apr 2012 02:39:04 -0500 Subject: Make --detail a synonym for --rich-data --- src/report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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::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_); -- cgit v1.2.3