aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/PostBuildLint.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-02-08 23:51:46 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-02-08 23:51:46 -0800
commitb4c3c30d4039ac56f1264b3692aa3a4cc49c6869 (patch)
treeba68097a1be069eec98c728c1bc8552b7fded6ac /toolsrc/src/PostBuildLint.cpp
parent1bd912bb3e319991645ec480183db2e30fdf6b85 (diff)
downloadvcpkg-b4c3c30d4039ac56f1264b3692aa3a4cc49c6869.tar.gz
vcpkg-b4c3c30d4039ac56f1264b3692aa3a4cc49c6869.zip
[vcpkg] Fix typo in a lint check
Diffstat (limited to 'toolsrc/src/PostBuildLint.cpp')
-rw-r--r--toolsrc/src/PostBuildLint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/PostBuildLint.cpp b/toolsrc/src/PostBuildLint.cpp
index ac3396984..21d1cef13 100644
--- a/toolsrc/src/PostBuildLint.cpp
+++ b/toolsrc/src/PostBuildLint.cpp
@@ -487,7 +487,7 @@ namespace vcpkg::PostBuildLint
System::println("The following empty directories were found: ");
Files::print_paths(empty_directories);
System::println(System::color::warning, "If a directory should be populated but is not, this might indicate an error in the portfile.\n"
- "If the directories are not needed and their creation cannot be disabled, use something like this in the portfile to remove them)\n"
+ "If the directories are not needed and their creation cannot be disabled, use something like this in the portfile to remove them:\n"
"\n"
R"###( file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/a/dir ${CURRENT_PACKAGES_DIR}/some/other/dir))###""\n"
"\n");