Make --value a synonym for market
This commit is contained in:
parent
4406155475
commit
58d912827d
1 changed files with 1 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
|
|||
else OPT_ALT(tail_, last_);
|
||||
break;
|
||||
case 'm':
|
||||
OPT(market);
|
||||
OPT_ALT(market, value);
|
||||
else OPT(monthly);
|
||||
else OPT(meta_);
|
||||
else OPT(meta_width_);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue