Make --change a synonym for --gain
This commit is contained in:
parent
c8c2a17e28
commit
4406155475
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
|
|||
else OPT_ALT(head_, first_);
|
||||
break;
|
||||
case 'g':
|
||||
OPT(gain);
|
||||
OPT_ALT(gain, change);
|
||||
else OPT(group_by_);
|
||||
else OPT(group_title_format_);
|
||||
else OPT(generated);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue