mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:59:01 +08:00
Formatting
This commit is contained in:
parent
82005ffe74
commit
9c87fcbd8b
@ -183,7 +183,8 @@ namespace vcpkg::Commands::Remove
|
||||
|
||||
if (has_non_user_requested_packages && !isRecursive)
|
||||
{
|
||||
System::println(System::color::warning, "Additional packages (*) need to be removed to complete this operation.\n"
|
||||
System::println(System::color::warning,
|
||||
"Additional packages (*) need to be removed to complete this operation.\n"
|
||||
"If you are sure you want to remove them, run the command with the --recursive option");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user