From 10e93e90a6b387c3a260c8698d2114073a99d797 Mon Sep 17 00:00:00 2001 From: thejjw <72130076+thejjw@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:48:42 +0000 Subject: [PATCH] fix command syntax order in update command examples --- doc/update.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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