diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-04 13:07:54 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-04 13:07:54 -0700 |
| commit | 44cd8f90b156eab59843e5f1622d578d5918151d (patch) | |
| tree | e3ad0501abdab2909dfd04aa1cd6592835f4011a /toolsrc/src/commands_update.cpp | |
| parent | 2826c04976f6c8796775ff2bf196f88a761868ae (diff) | |
| parent | eb27d029f4e72d361134611bdc79d99f6f76b202 (diff) | |
| download | vcpkg-44cd8f90b156eab59843e5f1622d578d5918151d.tar.gz vcpkg-44cd8f90b156eab59843e5f1622d578d5918151d.zip | |
Merge branch 'master' into HEAD
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 08c3cf1bf..14bfaee98 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -60,7 +60,7 @@ namespace vcpkg::Commands::Update } System::println("\n" "To update these packages, run\n" - " vcpkg remove --purge --outdated\n" + " vcpkg remove --outdated\n" " vcpkg install <pkgs>..."); } |
