diff --git a/doc/update.md b/doc/update.md index 04f1f97c..5bee823f 100644 --- a/doc/update.md +++ b/doc/update.md @@ -77,29 +77,29 @@ In some cases, the publisher of the package may use a different marketing versio Search for an existing manifest and update the version: -`wingetcreate.exe update --version ` +`wingetcreate.exe update --version ` Search for an existing manifest and update the installer url: -`wingetcreate.exe update --urls ` +`wingetcreate.exe update --urls ` Save and publish updated manifest: -`wingetcreate.exe update --out --token --version ` +`wingetcreate.exe update --out --token --version ` Override the architecture of an installer: -`wingetcreate.exe update --urls '|' --version ` +`wingetcreate.exe update --urls '|' --version ` Override the scope of an installer: -`wingetcreate.exe update --urls '|' --version ` +`wingetcreate.exe update --urls '|' --version ` > [!NOTE] > The | character is interpreted as the pipeline operator in most shells. To use the overrides, you should wrap the installer url in quotes. Update an existing manifest and submit PR to GitHub: -`wingetcreate.exe update --submit --token --urls --version ` +`wingetcreate.exe update --submit --token --urls --version ` ## Arguments