diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-03 15:15:32 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-10-03 15:15:32 -0700 |
| commit | 98d361de3fbc24e497a0c9f5776c2b4002fd7832 (patch) | |
| tree | 2231266bae9123b0002f8417cae4f11439f761d1 /toolsrc/src/commands_help.cpp | |
| parent | 3b2425833bfe8f11ba673c97864e8626aad683d7 (diff) | |
| download | vcpkg-98d361de3fbc24e497a0c9f5776c2b4002fd7832.tar.gz vcpkg-98d361de3fbc24e497a0c9f5776c2b4002fd7832.zip | |
[vcpkg] Adjust ersion to point at LICENSE.txt
Diffstat (limited to 'toolsrc/src/commands_help.cpp')
| -rw-r--r-- | toolsrc/src/commands_help.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/src/commands_help.cpp b/toolsrc/src/commands_help.cpp index 27dc168a4..194e809b1 100644 --- a/toolsrc/src/commands_help.cpp +++ b/toolsrc/src/commands_help.cpp @@ -9,8 +9,7 @@ namespace vcpkg args.check_exact_arg_count(0); System::println("Vcpkg package management program version %s\n" "\n" - "Vcpkg is provided \"as-is\" without warranty of any kind, express or implied.\n" - "All rights reserved.", vcpkg::version() + "See LICENSE.txt for license information.", vcpkg::version() ); exit(EXIT_SUCCESS); } |
