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_help.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_help.cpp')
| -rw-r--r-- | toolsrc/src/commands_help.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolsrc/src/commands_help.cpp b/toolsrc/src/commands_help.cpp index d73a8e8f6..f79cb0dce 100644 --- a/toolsrc/src/commands_help.cpp +++ b/toolsrc/src/commands_help.cpp @@ -19,10 +19,9 @@ namespace vcpkg::Commands::Help System::println( "Commands:\n" " 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 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" " vcpkg hash <file> [alg] Hash a file by specific algorithm, default SHA512\n" |
