From 5ac73e1a1f97d92f5ab873f40255ba126a2361e8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 28 Jun 2009 17:37:16 +0100 Subject: The print command now implies --actual --- src/global.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/global.cc b/src/global.cc index 40057d48..24716fae 100644 --- a/src/global.cc +++ b/src/global.cc @@ -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)"); -- cgit v1.2.3