Skip to content

Commit ab4ab77

Browse files
authored
Fix issue for PVS-Studio (#14370)
1 parent 96df89c commit ab4ab77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resources/ManagementGroups/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class HelpMessages
3333
public const string GroupId = "Management Group Id";
3434
public const string Recurse = "Recursively list the children of the management group";
3535
public const string ParentId = "Parent Id of the management group";
36-
public const string GroupName = "Management Group Id";
36+
public const string GroupName = "Management Group Name";
3737
public const string DisplayName = "Display Name of the management group";
3838
public const string Expand = "Expand the output to list the children of the management group";
3939
public const string Force = "Force the action and skip confirmations";

0 commit comments

Comments
 (0)