diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 13:37:00 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 21:52:43 -0800 |
| commit | 9c87fcbd8b7e1cdee148d33ed272ae5ecc83fb60 (patch) | |
| tree | 6635623991339eb7651efcc4d3974141f27c6020 /toolsrc/src/commands_remove.cpp | |
| parent | 82005ffe7474b5432bb043e3b4859bdd68ea6030 (diff) | |
| download | vcpkg-9c87fcbd8b7e1cdee148d33ed272ae5ecc83fb60.tar.gz vcpkg-9c87fcbd8b7e1cdee148d33ed272ae5ecc83fb60.zip | |
Formatting
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
| -rw-r--r-- | toolsrc/src/commands_remove.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp index 85154d356..b28fe3283 100644 --- a/toolsrc/src/commands_remove.cpp +++ b/toolsrc/src/commands_remove.cpp @@ -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); } |
