The print command now implies --actual

This commit is contained in:
John Wiegley 2009-06-28 17:37:16 +01:00
parent 2cec787182
commit 5ac73e1a1f

View file

@ -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))
rep.HANDLER(display_).on(string("?normalize"), "amount|(!post&total)");