From 79a760af92146a63e337c4399ec57134f56d8886 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2019 09:00:29 +0200 Subject: Add dry-run support to install/uninstall rules --- build2/filesystem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/filesystem.hxx') 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 { -- cgit v1.1