From fdcd3a7a49c5b571ef017e9637da337794c55a4d Mon Sep 17 00:00:00 2001 From: Exx Navarro Date: Tue, 12 Oct 2021 18:25:54 +0800 Subject: [PATCH] closes #1569 update upgrade command description --- doc/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 index 15041d5b09..afb54ee714 100644 --- 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.