From f4e13f34580d1b71736f3ea6451d24237ef6fe2c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 02:20:08 -0400 Subject: Added --start-of-week option, used with --weekly For example, --start-of-week=monday can be used to report weeks that begin on Mondays. --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 00e0d588..a4020af8 100644 --- a/src/report.h +++ b/src/report.h @@ -535,6 +535,7 @@ public: parent->HANDLER(sort_all_).off(); }); + OPTION(report_t, start_of_week_); OPTION(report_t, subtotal); // -s OPTION(report_t, tail_); -- cgit v1.2.3