diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 5bd98360..991d60ba 100644 --- a/src/report.h +++ b/src/report.h @@ -297,7 +297,9 @@ public: "%(quoted(join(note)))\n"); }); - OPTION(report_t, current); // -c + OPTION_(report_t, current, DO() { // -c + parent->HANDLER(limit_).on("date<=today"); + }); OPTION_(report_t, daily, DO() { parent->HANDLER(period_).on("daily"); |