Fix command syntax order in update command examples#619
Fix command syntax order in update command examples#619AmelBawa-msft merged 2 commits intomicrosoft:mainfrom
Conversation
Related to: See comment #182 (comment) This is a known issue with using the Though I don't mind the change in this PR if that helps users fall in the pit of success by always specifying it first |
|
@thejjw, thank you for the changes ✨ Once the branch is updated from the main branch, I will merge it 😊 |
Hello,
I noticed that the
wingetcreate updatecommand will not accept package id in the end of command despite provided example in its usage output.See:
I looked up the update.md document for clarification and in fact the
update.mdlisted id to come as first parameter of winget update (wingetcreate.exe update <id> [-u <urls>] [-v <version>] [-s] [-t <token>] [-o <output directory>] [-p <pull request title>] [-r] [<replace version>] [-d <display version>] [--release-date <release date> ] [--release-notes-url <release notes url>] [--format <format>] [--interactive] [--help]) but usage examples section in the below diverges from that practice.I have corrected the syntax order in the update command examples for clarity and consistency.
Please review and revise as necessary.
Thanks.
Microsoft Reviewers: Open in CodeFlow