Make --detail a synonym for --rich-data
This commit is contained in:
parent
e3ac243019
commit
6a5360e2b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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_);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue