aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_integrate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_integrate.cpp')
-rw-r--r--toolsrc/src/commands_integrate.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/src/commands_integrate.cpp b/toolsrc/src/commands_integrate.cpp
index 8d6e42fd1..8e23a3dcf 100644
--- a/toolsrc/src/commands_integrate.cpp
+++ b/toolsrc/src/commands_integrate.cpp
@@ -304,7 +304,6 @@ With a project open, go to Tools->NuGet Package Manager->Package Manager Console
return integrate_project(paths);
}
- System::println(System::color::error, "Unknown parameter %s for integrate", args.command_arguments[0]);
- exit(EXIT_FAILURE);
+ Checks::exit_with_message(VCPKG_LINE_INFO, "Unknown parameter %s for integrate", args.command_arguments[0]);
}
}