From c23fc887249ff89a399bd7c4871beda3f82d57fa Mon Sep 17 00:00:00 2001 From: Youri Date: Mon, 1 Mar 2021 18:28:00 +0800 Subject: [PATCH] Fix issue for PVS-Studio --- src/Resources/Resources/ManagementGroups/Common/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/Resources/ManagementGroups/Common/Constants.cs b/src/Resources/Resources/ManagementGroups/Common/Constants.cs index 523d02c032f4..6298ab015b73 100644 --- a/src/Resources/Resources/ManagementGroups/Common/Constants.cs +++ b/src/Resources/Resources/ManagementGroups/Common/Constants.cs @@ -33,7 +33,7 @@ public class HelpMessages public const string GroupId = "Management Group Id"; public const string Recurse = "Recursively list the children of the management group"; public const string ParentId = "Parent Id of the management group"; - public const string GroupName = "Management Group Id"; + public const string GroupName = "Management Group Name"; public const string DisplayName = "Display Name of the management group"; public const string Expand = "Expand the output to list the children of the management group"; public const string Force = "Force the action and skip confirmations";