diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-09-23 12:20:09 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-09-23 12:20:09 -0700 |
| commit | 8a8180503d8217959d96a9f2b9fc6366d67c1354 (patch) | |
| tree | 71f299f461d4c726a5cf49a535b42898149caccc /toolsrc/src/commands_other.cpp | |
| parent | b2f6a769ea015f49c7061e36c8c7125dd53ca01e (diff) | |
| parent | ddd0f88579eb1adff0dd8b14458c4bf70eaa902d (diff) | |
| download | vcpkg-8a8180503d8217959d96a9f2b9fc6366d67c1354.tar.gz vcpkg-8a8180503d8217959d96a9f2b9fc6366d67c1354.zip | |
Merge branch 'alzie-default_triplet'
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" |
