winget-cli

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

commit e8e79b85d566da4ebb0a1ee42cf72211a04eb0cb
parent 69ba781d281654a21b0dede2ecec1be2c3e67185
Author: Kaleb Luedtke <trenlymc@gmail.com>
Date:   Thu, 24 Mar 2022 00:12:56 -0500

Make upgrade help inform of list ability (#2034)


Diffstat:
Msrc/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -666,11 +666,11 @@ They can be configured through the settings file 'winget settings'.</value> <value>No applicable update found.</value> </data> <data name="UpgradeCommandLongDescription" xml:space="preserve"> - <value>Upgrades the selected package, either found by searching the installed packages list or directly from a manifest. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option.</value> + <value>Upgrades the selected package, either found by searching the installed packages list or directly from a manifest. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option. When no arguments are given, shows the packages with upgrades available</value> <comment>id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.</comment> </data> <data name="UpgradeCommandShortDescription" xml:space="preserve"> - <value>Upgrades the given package</value> + <value>Shows and performs available upgrades</value> </data> <data name="Usage" xml:space="preserve"> <value>usage</value>