diff options
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>..."); } |
