aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-17 10:50:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-17 10:50:57 +0200
commit78d21f22eb72a96d9e993e358743ed72349e4235 (patch)
tree7cbc4c200f23b0fba3d92f535f57463e0539ae63 /build2/b-options.cxx
parentf9d759160eef1ca870edcbb9b87caa23f0c93a43 (diff)
Fix few issues with structured result output
Diffstat (limited to 'build2/b-options.cxx')
-rw-r--r--build2/b-options.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b-options.cxx b/build2/b-options.cxx
index 6205bfa..f3a15c3 100644
--- a/build2/b-options.cxx
+++ b/build2/b-options.cxx
@@ -748,8 +748,8 @@ namespace build2
<< " If the action is a pre or post operation, then the outer" << ::std::endl
<< " operation is specified in parenthesis. For example:" << ::std::endl
<< ::std::endl
- << " unchanged perform update(test) dir{./}" << ::std::endl
- << " changed perform test dir{./}" << ::std::endl
+ << " unchanged perform update(test) /tmp/dir{hello/}" << ::std::endl
+ << " changed perform test /tmp/dir{hello/}" << ::std::endl
<< ::std::endl
<< " Currently only the \033[1mperform\033[0m meta-operation supports the" << ::std::endl
<< " structured result output." << ::std::endl;