Make --change a synonym for --gain

This commit is contained in:
John Wiegley 2012-03-03 02:26:15 -06:00
parent c8c2a17e28
commit 4406155475

View file

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