From 653c58bc41624ab545edaffcb3acf047cd87244e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Jun 2019 13:05:03 +0200 Subject: Tweak generated header heuristics, add more diagnostics --- build2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 0b7697d..892767a 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -378,7 +378,7 @@ namespace build2 dr << fail << "no rule to " << diag_do (a, t); if (verb < 4) - dr << info << "re-run with --verbose 4 for more information"; + dr << info << "re-run with --verbose=4 for more information"; } return nullptr; -- cgit v1.1