Make --detail a synonym for --rich-data

This commit is contained in:
John Wiegley 2012-04-12 02:39:04 -05:00
parent e3ac243019
commit 6a5360e2b5

View file

@ -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_);