Skip to content

Commit 2cb81fa

Browse files
closes #3945 (#3947)
Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
1 parent d6d8b2b commit 2cb81fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/Get-PnPSiteScriptFromList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Generates a Site Script from an existing list
2222
### By List (Default)
2323

2424
```powershell
25-
Get-PnPSiteScriptFromList -Identity <ListPipeBind> [-Connection <PnPConnection>] [-Verbose]
25+
Get-PnPSiteScriptFromList -List <ListPipeBind> [-Connection <PnPConnection>] [-Verbose]
2626
```
2727

2828
### By Url
@@ -95,7 +95,7 @@ Accept pipeline input: False
9595
Accept wildcard characters: False
9696
```
9797
98-
### -Identity
98+
### -List
9999
Specifies an instance, Id or, title of the list to generate a Site Script from
100100
101101
```yaml

0 commit comments

Comments
 (0)