diff options
| author | Albert Ziegenhagel <albert.ziegenhagel@outlook.com> | 2016-09-22 12:00:27 +0200 |
|---|---|---|
| committer | Albert Ziegenhagel <albert.ziegenhagel@outlook.com> | 2016-09-22 12:00:27 +0200 |
| commit | eba6126d15c393561969870aae7b89bba22163c6 (patch) | |
| tree | 7ea583fc0eaee476a5454128d57dcb831ba7435a /toolsrc/src/commands_other.cpp | |
| parent | 23a45e7db6fe997add43aeb4f3716e3083704e2a (diff) | |
| download | vcpkg-eba6126d15c393561969870aae7b89bba22163c6.tar.gz vcpkg-eba6126d15c393561969870aae7b89bba22163c6.zip | |
Introduced environment variable "VCPKG_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" |
