diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-20 18:05:52 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-20 18:05:52 -0700 |
| commit | c12c3d90bee810abaec479c49d889957b52151db (patch) | |
| tree | fd0c3969ec4b2dcf9bac34f60f26d1aa70552edd /toolsrc/src/commands_other.cpp | |
| parent | 337c96fc067ae5908d4cf5c8a188aa37588044ac (diff) | |
| download | vcpkg-c12c3d90bee810abaec479c49d889957b52151db.tar.gz vcpkg-c12c3d90bee810abaec479c49d889957b52151db.zip | |
src Formatting
Diffstat (limited to 'toolsrc/src/commands_other.cpp')
| -rw-r--r-- | toolsrc/src/commands_other.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/src/commands_other.cpp b/toolsrc/src/commands_other.cpp index 53d6f2506..148673afe 100644 --- a/toolsrc/src/commands_other.cpp +++ b/toolsrc/src/commands_other.cpp @@ -14,7 +14,7 @@ namespace vcpkg " 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" + " vcpkg hash <file> [alg] Hash a file by specific algorithm, default SHA512\n" "\n" "%s" // Integration help "\n" @@ -94,8 +94,8 @@ namespace vcpkg { static std::vector<package_name_and_function<command_type_c>> t = { {"version", &version_command}, - {"contact", &contact_command}, - {"hash", &hash_command }, + {"contact", &contact_command}, + {"hash", &hash_command}, }; return t; } |
