Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 9313486

Browse files
committed
Fixed help message
1 parent bfb059a commit 9313486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/Graph/GetUnifiedGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace SharePointPnP.PowerShell.Commands.Graph
3030
SortOrder = 3)]
3131
[CmdletExample(
3232
Code = "PS:> Get-PnPUnifiedGroup -Identity $groupSiteMailNickName",
33-
Remarks = "Retrieves a specific Office 365 Group based on the mail nickname of its Modern SharePoint site",
33+
Remarks = "Retrieves a specific Office 365 Group based on the mail nickname",
3434
SortOrder = 4)]
3535
[CmdletExample(
3636
Code = "PS:> Get-PnPUnifiedGroup -Identity $group",

0 commit comments

Comments
 (0)