diff options
| author | Vitaliy Didik <ariman@inbox.ru> | 2020-09-06 21:54:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 11:54:00 -0700 |
| commit | bfed76d91789eb1b99d3091c555e87e53e836503 (patch) | |
| tree | c47f18f8bf6a5ce08985cb69162e619e33c7b73a /toolsrc/src | |
| parent | f7cd54fcd4d99be697b6cfb3d4edaf08c3412338 (diff) | |
| download | vcpkg-bfed76d91789eb1b99d3091c555e87e53e836503.tar.gz vcpkg-bfed76d91789eb1b99d3091c555e87e53e836503.zip | |
[vcpkg] Fixed 'update' command output (#13378)
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/update.cpp | 2 |
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" |
