summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index e27abbf9..2181c49a 100644
--- a/src/report.h
+++ b/src/report.h
@@ -217,6 +217,7 @@ public:
HANDLER(csv_format_).report(out);
HANDLER(current).report(out);
HANDLER(daily).report(out);
+ HANDLER(date_).report(out);
HANDLER(date_format_).report(out);
HANDLER(datetime_format_).report(out);
HANDLER(depth_).report(out);
@@ -450,6 +451,7 @@ public:
parent->HANDLER(period_).on(string("--daily"), "daily");
});
+ OPTION(report_t, date_);
OPTION(report_t, date_format_);
OPTION(report_t, datetime_format_);