diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-09-09 23:53:24 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-09 08:53:24 -0700 |
| commit | 90c3f80fffc376664e2a607c58e7f13ab06eb41e (patch) | |
| tree | 79ac27de8ee9b845d4c7dfa0ac6e89914c27f972 /toolsrc/src | |
| parent | 6e0289a0c3ae5fec1e738d3a921aa7e951fc7d22 (diff) | |
| download | vcpkg-90c3f80fffc376664e2a607c58e7f13ab06eb41e.tar.gz vcpkg-90c3f80fffc376664e2a607c58e7f13ab06eb41e.zip | |
fix x-history help desc. (#8101)
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/help.cpp b/toolsrc/src/vcpkg/help.cpp index 1b8e8886e..48c836e63 100644 --- a/toolsrc/src/vcpkg/help.cpp +++ b/toolsrc/src/vcpkg/help.cpp @@ -91,7 +91,7 @@ namespace vcpkg::Help " vcpkg list List installed packages\n" " vcpkg update Display list of packages for updating\n" " vcpkg upgrade Rebuild all outdated packages\n" - " vcpkg history <pkg> Shows the history of CONTROL versions of a package\n" + " vcpkg x-history <pkg> Shows the history of CONTROL versions of a package\n" " vcpkg hash <file> [alg] Hash a file by specific algorithm, default SHA512\n" " vcpkg help topics Display the list of help topics\n" " vcpkg help <topic> Display help for a specific topic\n" |
