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 e4fde182..1227e317 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -356,7 +356,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
else OPT_(display_);
else OPT(display_amount_);
else OPT(display_total_);
- else OPT(dow);
+ else OPT_ALT(dow, days-of-week);
else OPT(date_width_);
break;
case 'e':