Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg] Fixed 'update' command output #13378

Merged
merged 1 commit into from
Sep 6, 2020

Conversation

lazyhamster
Copy link
Contributor

Currently output of the 'update' command is a little bit broken. Instead of replacing %s placeholder with program name it just prints it after base text. Somebody used print2 instead of printf.

To update these packages and all dependencies, run
    %s upgrade

To only remove outdated packages, run
    %s remove --outdated

.\vcpkg.\vcpkg

This patch fixes the output.

@BillyONeal BillyONeal merged commit bfed76d into microsoft:master Sep 6, 2020
@BillyONeal
Copy link
Member

🤣 Thanks for your contribution!

@lazyhamster lazyhamster deleted the update-print-fix branch September 6, 2020 19:23
Jimmy-Hu added a commit to Jimmy-Hu/vcpkg that referenced this pull request Sep 6, 2020
[vcpkg] Fixed 'update' command output (microsoft#13378)
strega-nil pushed a commit to strega-nil/vcpkg that referenced this pull request May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants