winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9799443c77bb59e20af8a448964e145f8add6d20
parent 2a14e89d165f1656eedeea51ad2286def92dfac2
Author: Exx Navarro <exx.dev@outlook.com>
Date:   Tue, 12 Oct 2021 22:08:10 +0800

closes #1569 (#1580)

update upgrade command description
Diffstat:
Mdoc/windows/package-manager/winget/upgrade.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/windows/package-manager/winget/upgrade.md b/doc/windows/package-manager/winget/upgrade.md @@ -8,7 +8,7 @@ ms.localizationpriority: medium # upgrade command (winget) -The **upgrade** command of the [winget](index.md) tool upgrades the specified application. Optionally, you may use the [**list**](list.md) command to identify the application you want to upgrade. +The **upgrade** command of the [winget](index.md) tool upgrades the specified application. Optionally, you may not specify an application, this will list all available upgrades instead. The **upgrade** command requires that you specify the exact string to upgrade. If there is any ambiguity, you will be prompted to further filter the **upgrade** command to an exact application.