diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-05-04 12:59:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-04 12:59:26 -0700 |
| commit | f920d0e5208a75dcb14ac4fcb5b7c83edbaab861 (patch) | |
| tree | 1e33349e1882b09e780b678a71900a973f02d373 /toolsrc/src/commands_update.cpp | |
| parent | e6a47f5c6a2f6efef3d10fd1e2cbb9e123d5dbe7 (diff) | |
| parent | 5236d96d4a7381e545f3235116363e3ae679b872 (diff) | |
| download | vcpkg-f920d0e5208a75dcb14ac4fcb5b7c83edbaab861.tar.gz vcpkg-f920d0e5208a75dcb14ac4fcb5b7c83edbaab861.zip | |
Merge pull request #1022 from OlafvdSpek/patch-2
Update commands_update.cpp
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
| -rw-r--r-- | toolsrc/src/commands_update.cpp | 4 |
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"); |
