summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-17 05:55:11 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-17 05:55:11 -0500
commitf96a205c03c177a474db3040e4eb27d482271b8f (patch)
tree826d0e3f77cddba4bde3860de5493045b56ade9a /src/report.cc
parent22c1b867f03e4a495f9e47c899d1fdfcaec3a659 (diff)
downloadfork-ledger-f96a205c03c177a474db3040e4eb27d482271b8f.tar.gz
fork-ledger-f96a205c03c177a474db3040e4eb27d482271b8f.tar.bz2
fork-ledger-f96a205c03c177a474db3040e4eb27d482271b8f.zip
Make --days-of-week an alias for --dow
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 91de2eb5..bff068b8 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -1113,7 +1113,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_ALT(dow, days-of-week);
+ else OPT_ALT(dow, days_of_week);
else OPT(date_width_);
break;
case 'e':