diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-21 14:13:22 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-21 14:13:22 -0700 |
| commit | 05ebbfb2e8c07d9195ed03b27ef72e7b3795fc8e (patch) | |
| tree | 87ff9dbf29f92c129e791a8f27c28078512e935f /toolsrc/src/commands_update.cpp | |
| parent | 580233a848cd5a11755144ad31c2132a485212ed (diff) | |
| download | vcpkg-05ebbfb2e8c07d9195ed03b27ef72e7b3795fc8e.tar.gz vcpkg-05ebbfb2e8c07d9195ed03b27ef72e7b3795fc8e.zip | |
[vcpkg-update] Add .\ to update message.
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
| -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 6fc8b1171..36a2858b1 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -77,7 +77,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 bootstrap-vcpkg.bat to update.", + System::println("Different source is available for vcpkg (%d.%d.%d -> %d.%d.%d). Use .\\bootstrap-vcpkg.bat to update.", maj2, min2, rev2, maj1, min1, rev1); } |
