aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
-rw-r--r--toolsrc/src/commands_update.cpp2
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>...");
}