aboutsummaryrefslogtreecommitdiff
path: root/build2/filesystem.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-04-09 09:00:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-04-09 09:00:29 +0200
commit79a760af92146a63e337c4399ec57134f56d8886 (patch)
tree1f576594fcfc987a6874533815cc6a20c60cd78d /build2/filesystem.hxx
parentd2951ce7344dade96f78286cc311ed86c46d086e (diff)
Add dry-run support to install/uninstall rules
Diffstat (limited to 'build2/filesystem.hxx')
-rw-r--r--build2/filesystem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/filesystem.hxx b/build2/filesystem.hxx
index 2044141..91ee418 100644
--- a/build2/filesystem.hxx
+++ b/build2/filesystem.hxx
@@ -15,7 +15,7 @@
// Compared to the libbutl's versions, these handle errors and issue
// diagnostics. Some of them also print the corresponding command line
// equivalent at the specified verbosity level. Note that most of such
-// functions also handle the dry_run flag.
+// functions also respect the dry_run flag.
//
namespace build2
{