Skip to content

Commit

Permalink
Make upgrade help inform of list ability (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Mar 24, 2022
1 parent 69ba781 commit e8e79b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e8e79b8

Please sign in to comment.