aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_help.cpp
diff options
context:
space:
mode:
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);
}