1 parent 21086d7 commit 679ada5Copy full SHA for 679ada5
1 file changed
docs/Compare-Script.md
@@ -48,7 +48,7 @@ List all scripts that could be updated.
48
49
```powershell
50
PS C:\> Compare-Script | Where UpdateNeeded |
51
-Out-Gridview -title "Select modules to update" -outputMode multiple |
+Out-Gridview -title "Select scripts to update" -outputMode multiple |
52
Foreach-Object { Update-Script $_.name }
53
```
54
@@ -63,7 +63,7 @@ The name of a script to check. Wildcards are permitted.
63
```yaml
64
Type: String
65
Parameter Sets: (All)
66
-Aliases: modulename
+Aliases: scriptname
67
68
Required: False
69
Position: 1
0 commit comments