summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/annotate.cc2
-rw-r--r--src/report.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/annotate.cc b/src/annotate.cc
index ab5c6e17..0cb7a24e 100644
--- a/src/annotate.cc
+++ b/src/annotate.cc
@@ -206,7 +206,7 @@ void annotation_t::print(std::ostream& out, bool keep_base,
if (date &&
(! no_computed_annotations || ! has_flags(ANNOTATION_DATE_CALCULATED)))
- out << " [" << format_date(*date, FMT_WRITTEN) << ']';
+ out << " [" << format_date(*date, FMT_PRINTED) << ']';
if (tag &&
(! no_computed_annotations || ! has_flags(ANNOTATION_TAG_CALCULATED)))
diff --git a/src/report.cc b/src/report.cc
index 9756b60b..e724feaa 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -1189,6 +1189,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
case 'n':
OPT_CH(collapse);
else OPT(no_color);
+ else OPT(no_pager);
else OPT(no_rounding);
else OPT(no_titles);
else OPT(no_total);