diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-09-23 12:19:57 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-09-23 12:19:57 -0700 |
| commit | ddd0f88579eb1adff0dd8b14458c4bf70eaa902d (patch) | |
| tree | 71f299f461d4c726a5cf49a535b42898149caccc /toolsrc/src/commands_other.cpp | |
| parent | b2f6a769ea015f49c7061e36c8c7125dd53ca01e (diff) | |
| parent | 082eb3680e4a6ea0cd50001683c2e37c1693cc4b (diff) | |
| download | vcpkg-ddd0f88579eb1adff0dd8b14458c4bf70eaa902d.tar.gz vcpkg-ddd0f88579eb1adff0dd8b14458c4bf70eaa902d.zip | |
Merged alzie:default_triplet for PR #70
Diffstat (limited to 'toolsrc/src/commands_other.cpp')
| -rw-r--r-- | toolsrc/src/commands_other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_other.cpp b/toolsrc/src/commands_other.cpp index f237d2726..f4fad6690 100644 --- a/toolsrc/src/commands_other.cpp +++ b/toolsrc/src/commands_other.cpp @@ -32,7 +32,7 @@ namespace vcpkg //"\n" "Options:\n" " --triplet <t> Specify the target architecture triplet.\n" - " (default: x86-windows, see 'vcpkg help triplet')\n" + " (default: %%VCPKG_DEFAULT_TRIPLET%%, see 'vcpkg help triplet')\n" "\n" " --vcpkg-root <path> Specify the vcpkg root directory\n" " (default: %%VCPKG_ROOT%%)\n" |
