aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_update.cpp
diff options
context:
space:
mode:
authorOlaf van der Spek <olafvdspek@gmail.com>2017-05-04 09:29:17 +0200
committerGitHub <noreply@github.com>2017-05-04 09:29:17 +0200
commit5236d96d4a7381e545f3235116363e3ae679b872 (patch)
tree1e33349e1882b09e780b678a71900a973f02d373 /toolsrc/src/commands_update.cpp
parente6a47f5c6a2f6efef3d10fd1e2cbb9e123d5dbe7 (diff)
downloadvcpkg-5236d96d4a7381e545f3235116363e3ae679b872.tar.gz
vcpkg-5236d96d4a7381e545f3235116363e3ae679b872.zip
Update commands_update.cpp
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
-rw-r--r--toolsrc/src/commands_update.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp
index 1873c280c..e39c7dd35 100644
--- a/toolsrc/src/commands_update.cpp
+++ b/toolsrc/src/commands_update.cpp
@@ -63,8 +63,8 @@ namespace vcpkg::Commands::Update
}
System::println("\n"
"To update these packages, run\n"
- " vcpkg remove --outdated\n"
- " vcpkg install <pkgs>...");
+ " .\\vcpkg remove --outdated\n"
+ " .\\vcpkg install <pkgs>...");
}
auto version_file = paths.get_filesystem().read_contents(paths.root / "toolsrc" / "VERSION.txt");