Skip to content

Commit

Permalink
[vcpkg] Fixed 'update' command output (#13378)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyhamster committed Sep 6, 2020
1 parent f7cd54f commit bfed76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolsrc/src/vcpkg/update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfed76d

Please sign in to comment.