mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[vcpkg] Adjust ersion to point at LICENSE.txt
This commit is contained in:
parent
3b2425833b
commit
98d361de3f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user