Skip to content

Commit 512bc31

Browse files
authored
Update DSC command descriptions (microsoft#5489)
## Change Change long descriptions for their primary use in DSC manifest.
1 parent a53299a commit 512bc31

File tree

1 file changed

+5
-5
lines changed
  • src/AppInstallerCLIPackage/Shared/Strings/en-us

1 file changed

+5
-5
lines changed

src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3251,7 +3251,7 @@ Please specify one of them using the --source option to proceed.</value>
32513251
<value>Manage package state</value>
32523252
</data>
32533253
<data name="DscPackageResourceLongDescription" xml:space="preserve">
3254-
<value>Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.</value>
3254+
<value>Manage packages through winget.</value>
32553255
</data>
32563256
<data name="DscResourcePropertyDescriptionExist" xml:space="preserve">
32573257
<value>Indicates whether an instance should or does exist.</value>
@@ -3287,7 +3287,7 @@ Please specify one of them using the --source option to proceed.</value>
32873287
<value>Manage user settings file</value>
32883288
</data>
32893289
<data name="DscUserSettingsFileLongDescription" xml:space="preserve">
3290-
<value>Allows management of user settings file via the DSC v3 command line interface protocol. See the help link for details.</value>
3290+
<value>Manage the user settings of winget.</value>
32913291
</data>
32923292
<data name="DscResourcePropertyDescriptionUserSettingsFileSettings" xml:space="preserve">
32933293
<value>The settings json file content.</value>
@@ -3302,7 +3302,7 @@ Please specify one of them using the --source option to proceed.</value>
33023302
<value>Manage source configuration</value>
33033303
</data>
33043304
<data name="DscSourceResourceLongDescription" xml:space="preserve">
3305-
<value>Allows management of source configuration via the DSC v3 command line interface protocol. See the help link for details.</value>
3305+
<value>Manage the sources of winget.</value>
33063306
</data>
33073307
<data name="DscResourcePropertyDescriptionSourceName" xml:space="preserve">
33083308
<value>The name to use for the source.</value>
@@ -3362,12 +3362,12 @@ Please specify one of them using the --source option to proceed.</value>
33623362
<value>Manage administrator settings</value>
33633363
</data>
33643364
<data name="DscAdminSettingsResourceLongDescription" xml:space="preserve">
3365-
<value>Allows management of administrator settings via the DSC v3 command line interface protocol. See the help link for details.</value>
3365+
<value>Manage the administrator settings of winget.</value>
33663366
</data>
33673367
<data name="ResetAllAdminSettingsArgumentDescription" xml:space="preserve">
33683368
<value>Resets all admin settings</value>
33693369
</data>
33703370
<data name="ResetAllAdminSettingsSucceeded" xml:space="preserve">
33713371
<value>All admin settings reset.</value>
33723372
</data>
3373-
</root>
3373+
</root>

0 commit comments

Comments
 (0)