aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolsrc/src/vcpkg/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/update.cpp b/toolsrc/src/vcpkg/update.cpp
index 73958c540..ceb4b9876 100644
--- a/toolsrc/src/vcpkg/update.cpp
+++ b/toolsrc/src/vcpkg/update.cpp
@@ -80,7 +80,7 @@ namespace vcpkg::Update
#else
auto vcpkg_cmd = "./vcpkg";
#endif
- System::print2("\n"
+ System::printf("\n"
"To update these packages and all dependencies, run\n"
" %s upgrade\n"
"\n"