summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc
index 6cfd9cd3..917c98f6 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -405,6 +405,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
case 'f':
OPT(forecast_);
else OPT(format_);
+ else OPT_ALT(head_, first_);
break;
case 'g':
OPT_CH(performance);
@@ -425,6 +426,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
else OPT(lot_prices);
else OPT(lot_tags);
else OPT(lots);
+ else OPT_ALT(tail_, last_);
break;
case 'm':
OPT(market);