File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ The second command gets the installed script `Required-Script3` and displays inf
144144The third command gets ` Required-Script3 ` and uses the pipeline operator to pass it to the
145145` Format-List ` cmdlet to format the output.
146146
147- ### Example 3: Install a script with its dependent scripts and modules
147+ ### Example 3: Install a script and its dependencies
148148
149149```
150150PS C:\> Find-Script -Repository "Local1" -Name "Script-WithDependencies2" -IncludeDependencies
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ The second command gets the installed script `Required-Script3` and displays inf
143143The third command gets ` Required-Script3 ` and uses the pipeline operator to pass it to the
144144` Format-List ` cmdlet to format the output.
145145
146- ### Example 3: Install a script with its dependent scripts and modules
146+ ### Example 3: Install a script and its dependencies
147147
148148```
149149PS C:\> Find-Script -Repository "Local1" -Name "Script-WithDependencies2" -IncludeDependencies
You can’t perform that action at this time.
0 commit comments