diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-01-25 12:49:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-25 12:49:38 -0800 |
| commit | 1c9e95085f076509690dfcb0f5c0e7a0d059ac34 (patch) | |
| tree | 67cddac2a9106939b8d35423adb8eb5f6cdd793f | |
| parent | 8ea9781f4f1600996d6b339ea77836b8bf298c5f (diff) | |
| parent | 73f4c47d761e51cdc0682df88dead76b407f1058 (diff) | |
| download | vcpkg-1c9e95085f076509690dfcb0f5c0e7a0d059ac34.tar.gz vcpkg-1c9e95085f076509690dfcb0f5c0e7a0d059ac34.zip | |
Merge pull request #593 from OlafvdSpek/patch-3
Include powershell -exec bypass in suggestion
| -rw-r--r-- | toolsrc/src/commands_update.cpp | 2 |
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); } |
