diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc index 98b90272..6cfd9cd3 100644 --- a/src/report.cc +++ b/src/report.cc @@ -572,7 +572,7 @@ expr_t::ptr_op_t report_t::lookup(const string& name) break; case 's': - if (is_eq(p, "stats")) + if (is_eq(p, "stats") || is_eq(p, "stat")) return WRAP_FUNCTOR(reporter<>(new gather_statistics(*this), *this)); break; } |