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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_help.cpp b/toolsrc/src/commands_help.cpp
index 41cfa1363..e3c489a9d 100644
--- a/toolsrc/src/commands_help.cpp
+++ b/toolsrc/src/commands_help.cpp
@@ -81,7 +81,7 @@ namespace vcpkg::Commands::Help
}
else
{
- System::println(System::color::error, "Error: unknown topic %s", topic);
+ System::println(System::Color::error, "Error: unknown topic %s", topic);
print_usage();
Checks::exit_fail(VCPKG_LINE_INFO);
}