Made "stat" a synonym for the "stats" command
This commit is contained in:
parent
479ac0ce36
commit
89c01e74e6
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ expr_t::ptr_op_t report_t::lookup(const string& name)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 's':
|
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));
|
return WRAP_FUNCTOR(reporter<>(new gather_statistics(*this), *this));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue