diff options
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r-- | build2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |