Skip to content

Commit

Permalink
Merge pull request #317 from microsoft/master
Browse files Browse the repository at this point in the history
[vcpkg] Fixed 'update' command output (microsoft#13378)
  • Loading branch information
Jimmy-Hu committed Sep 6, 2020
2 parents fef7c87 + bfed76d commit d9f5387
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 d9f5387

Please sign in to comment.