File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Version Name Type Repository D
115115
116116This command finds all versions of Required-Script02.
117117
118- ### Example 7: Find a script and its dependent modules and scripts
118+ ### Example 7: Find a script and its dependencies
119119```
120120PS C:\> Find-Script -Name "Script-WithDependencies1" -IncludeDependencies -Repository "LocalRepo1"
121121Version Name Type Repository Description
@@ -126,7 +126,7 @@ Version Name Type Repository D
1261262.5 Required-Script2 Script LocalRepo1 Description for the Required-Script2 script
127127```
128128
129- This command finds a script and it dependencies.
129+ This command finds a script and its dependencies.
130130
131131### Example 8: Find scripts with the specified tag
132132```
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 @@ -121,7 +121,7 @@ Version Name Type Repository D
121121
122122This command finds all versions of Required-Script02.
123123
124- ### Example 7: Find a script and its dependent modules and scripts
124+ ### Example 7: Find a script and its dependencies
125125
126126```
127127PS C:\> Find-Script -Name "Script-WithDependencies1" -IncludeDependencies -Repository "LocalRepo1"
@@ -133,7 +133,7 @@ Version Name Type Repository D
1331332.5 Required-Script2 Script LocalRepo1 Description for the Required-Script2 script
134134```
135135
136- This command finds a script and it dependencies.
136+ This command finds a script and its dependencies.
137137
138138### Example 8: Find scripts with the specified tag
139139
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