diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-04 12:58:34 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-04 12:59:02 -0700 |
| commit | 43af01c0dde39d179d3a91227058a52224deba87 (patch) | |
| tree | 0d063f48574c021f0d72a51a800941b91848fb1b /toolsrc/src/commands_help.cpp | |
| parent | ce01a4ec2b7fa3d7454d4a794558c532a819bc15 (diff) | |
| download | vcpkg-43af01c0dde39d179d3a91227058a52224deba87.tar.gz vcpkg-43af01c0dde39d179d3a91227058a52224deba87.zip | |
[vcpkg-remove-outdated] Add documentation for remove --outdated.
Diffstat (limited to 'toolsrc/src/commands_help.cpp')
| -rw-r--r-- | toolsrc/src/commands_help.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/commands_help.cpp b/toolsrc/src/commands_help.cpp index f5cde9435..d73a8e8f6 100644 --- a/toolsrc/src/commands_help.cpp +++ b/toolsrc/src/commands_help.cpp @@ -21,6 +21,7 @@ namespace vcpkg::Commands::Help " vcpkg search [pat] Search for packages available to be built\n" " vcpkg install <pkg> Install a package\n" " vcpkg remove <pkg> Uninstall a package. \n" + " vcpkg remove --outdated Uninstall all out-of-date packages\n" " vcpkg remove --purge <pkg> Uninstall and delete a package. \n" " vcpkg list List installed packages\n" " vcpkg update Display list of packages for updating\n" |
