aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_update.cpp
diff options
context:
space:
mode:
authorOlaf van der Spek <olafvdspek@gmail.com>2017-01-25 19:09:01 +0100
committerGitHub <noreply@github.com>2017-01-25 19:09:01 +0100
commit73f4c47d761e51cdc0682df88dead76b407f1058 (patch)
tree8a6f6a8a7fcee7c19684118425bf8ceb854be6a9 /toolsrc/src/commands_update.cpp
parent9b8afccc9db0959cb3a47d77fd0255096011e245 (diff)
downloadvcpkg-73f4c47d761e51cdc0682df88dead76b407f1058.tar.gz
vcpkg-73f4c47d761e51cdc0682df88dead76b407f1058.zip
Update commands_update.cpp
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
-rw-r--r--toolsrc/src/commands_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp
index 12b4dad50..021bfe705 100644
--- a/toolsrc/src/commands_update.cpp
+++ b/toolsrc/src/commands_update.cpp
@@ -84,7 +84,7 @@ namespace vcpkg::Commands::Update
{
if (maj1 != maj2 || min1 != min2 || rev1 != rev2)
{
- System::println("Different source is available for vcpkg (%d.%d.%d -> %d.%d.%d). Use scripts\\bootstrap.ps1 to update.",
+ System::println("Different source is available for vcpkg (%d.%d.%d -> %d.%d.%d). Use powershell -exec bypass scripts/bootstrap.ps1 to update.",
maj2, min2, rev2,
maj1, min1, rev1);
}