The print command now implies --actual
This commit is contained in:
parent
2cec787182
commit
5ac73e1a1f
1 changed files with 3 additions and 0 deletions
|
|
@ -461,6 +461,9 @@ void global_scope_t::normalize_report_options(const string& verb)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (verb == "print")
|
||||||
|
rep.HANDLER(limit_).on(string("?normalize"), "actual");
|
||||||
|
|
||||||
if (! rep.HANDLED(empty))
|
if (! rep.HANDLED(empty))
|
||||||
rep.HANDLER(display_).on(string("?normalize"), "amount|(!post&total)");
|
rep.HANDLER(display_).on(string("?normalize"), "amount|(!post&total)");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue