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, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc
index 877e6bbb..ce63101b 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -371,7 +371,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
break;
case 'f':
OPT(flat);
- else OPT(forecast_);
+ else OPT_ALT(forecast_while_, forecast_);
else OPT(format_);
else OPT_ALT(head_, first_);
break;