aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_help.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-10-03 15:15:32 -0700
committerRobert Schumacher <roschuma@microsoft.com>2016-10-03 15:15:32 -0700
commit98d361de3fbc24e497a0c9f5776c2b4002fd7832 (patch)
tree2231266bae9123b0002f8417cae4f11439f761d1 /toolsrc/src/commands_help.cpp
parent3b2425833bfe8f11ba673c97864e8626aad683d7 (diff)
downloadvcpkg-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.cpp3
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);
}