aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r--libbuild2/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index 26df3fa..f79f80e 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -3612,7 +3612,7 @@ namespace build2
tt == type::lparen ||
tt == type::lcbrace))
fail (t) << "whitespace required after attributes" <<
- info << "add an empty attribute list if this is a wildcard pattern";
+ info << "use the '\\[' escape sequence if this is a wildcard pattern";
return make_pair (has, l);
}