Skip to content

Commit

Permalink
closes #3945 (#3947)
Browse files Browse the repository at this point in the history
Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
  • Loading branch information
reshmee011 and gautamdsheth authored May 23, 2024
1 parent d6d8b2b commit 2cb81fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Get-PnPSiteScriptFromList.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Generates a Site Script from an existing list
### By List (Default)

```powershell
Get-PnPSiteScriptFromList -Identity <ListPipeBind> [-Connection <PnPConnection>] [-Verbose]
Get-PnPSiteScriptFromList -List <ListPipeBind> [-Connection <PnPConnection>] [-Verbose]
```

### By Url
Expand Down Expand Up @@ -95,7 +95,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Identity
### -List
Specifies an instance, Id or, title of the list to generate a Site Script from
```yaml
Expand Down

0 comments on commit 2cb81fa

Please sign in to comment.