aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_update.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-04 12:59:49 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-04-04 12:59:49 -0700
commit2826c04976f6c8796775ff2bf196f88a761868ae (patch)
tree0d063f48574c021f0d72a51a800941b91848fb1b /toolsrc/src/commands_update.cpp
parent8d9766200eed7ef5327fd65ed129c2176df62738 (diff)
parent43af01c0dde39d179d3a91227058a52224deba87 (diff)
downloadvcpkg-2826c04976f6c8796775ff2bf196f88a761868ae.tar.gz
vcpkg-2826c04976f6c8796775ff2bf196f88a761868ae.zip
Merge branch 'removeoutdated' into HEAD
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
-rw-r--r--toolsrc/src/commands_update.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp
index e23bfa7e9..08c3cf1bf 100644
--- a/toolsrc/src/commands_update.cpp
+++ b/toolsrc/src/commands_update.cpp
@@ -58,7 +58,10 @@ namespace vcpkg::Commands::Update
{
System::println(" %-32s %s", package.spec.display_name(), package.version_diff.toString());
}
- System::println("\nTo update these packages, run\n vcpkg remove --purge <pkgs>...\n vcpkg install <pkgs>...");
+ System::println("\n"
+ "To update these packages, run\n"
+ " vcpkg remove --purge --outdated\n"
+ " vcpkg install <pkgs>...");
}
auto version_file = Files::read_contents(paths.root / "toolsrc" / "VERSION.txt");