Skip to content

Commit 76fcebe

Browse files
committed
Corrected the parameter message
1 parent 4de056e commit 76fcebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Vnet/GetAzureRemoteAppVpnDeviceConfigScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class GetAzureRemoteAppVpnDeviceConfigScript : RdsCmdlet
3838
[Parameter(Mandatory = true,
3939
Position = 2,
4040
ValueFromPipeline = true,
41-
HelpMessage = "Device model.")]
41+
HelpMessage = "Device platform.")]
4242
public string Platform { get; set; }
4343

4444
[Parameter(Mandatory = true,

0 commit comments

Comments
 (0)