Skip to content

Commit 1b0be2e

Browse files
v2.33.0 help
1 parent a1f878c commit 1b0be2e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

en-us/PSScriptTools-help.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11152,7 +11152,7 @@ False</dev:code>
1115211152
</maml:description>
1115311153
</command:details>
1115411154
<maml:description>
11155-
<maml:para>This command will launch a PDF manual for all commands in the PSScriptTools module. It is assumed you have a default application for PDF files.</maml:para>
11155+
<maml:para>This command will launch a PDF manual for all commands in the PSScriptTools module. It is assumed you have a default application associated with PDF files.</maml:para>
1115611156
</maml:description>
1115711157
<command:syntax>
1115811158
<command:syntaxItem>
@@ -11774,7 +11774,7 @@ Out-ConditionalColor $c</dev:code>
1177411774
</maml:description>
1177511775
</command:details>
1177611776
<maml:description>
11777-
<maml:para>This command is intended for writers and those who need to document with PowerShell. You can pipe any command to this function and you will get the regular output in your PowerShell session. Simultaneously a copy of the output will be sent to the Windows clipboard. The copied output will include a prompt constructed from the current location unless you use the CommandOnly parameter.</maml:para>
11777+
<maml:para>This command is intended for writers and those who need to document with PowerShell. You can pipe any command to this function and you will get the regular output in your PowerShell session. Simultaneously, a copy of the output will be sent to the Windows clipboard. The copied output will include a prompt constructed from the current location unless you use the CommandOnly parameter.</maml:para>
1177811778
<maml:para>NOTE: You can only capture what is written to the Success pipeline. This command will not copy any other streams such as Verbose, Warning, or Error.</maml:para>
1177911779
</maml:description>
1178011780
<command:syntax>
@@ -11883,11 +11883,11 @@ Out-ConditionalColor $c</dev:code>
1188311883
<command:examples>
1188411884
<command:example>
1188511885
<maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
11886-
<dev:code>PS C:\&gt; Get-Process | Sort WS -Descending | Select -first 5 | Out-Copy</dev:code>
11886+
<dev:code>PS C:\&gt; Get-Process | Sort WS -Descending | Select-First 5 | Out-Copy</dev:code>
1188711887
<dev:remarks>
1188811888
<maml:para>This will execute your expression and write the output to the pipeline. The output plus the command:</maml:para>
1188911889
<maml:para>PS C:\&gt; Get-Process | Sort WS -Descending | Select -first 5</maml:para>
11890-
<maml:para>will be copied to the clipboard.</maml:para>
11890+
<maml:para>will be copied to the clipboard. This example is using the Select-First function from the PSScriptTools module.</maml:para>
1189111891
</dev:remarks>
1189211892
</command:example>
1189311893
<command:example>
@@ -11954,7 +11954,7 @@ Out-Copy -commandonly</dev:code>
1195411954
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="i">
1195511955
<maml:name>Count</maml:name>
1195611956
<maml:Description>
11957-
<maml:para>The number of objects to group together in a page.</maml:para>
11957+
<maml:para>The number of objects to group as a page.</maml:para>
1195811958
</maml:Description>
1195911959
<command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
1196011960
<dev:type>
@@ -11966,7 +11966,7 @@ Out-Copy -commandonly</dev:code>
1196611966
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cls">
1196711967
<maml:name>ClearScreen</maml:name>
1196811968
<maml:Description>
11969-
<maml:para>Clear the screen prior to writing data to the pipeline.</maml:para>
11969+
<maml:para>Clear the screen before writing data to the pipeline.</maml:para>
1197011970
</maml:Description>
1197111971
<dev:type>
1197211972
<maml:name>SwitchParameter</maml:name>
@@ -11992,7 +11992,7 @@ Out-Copy -commandonly</dev:code>
1199211992
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="i">
1199311993
<maml:name>Count</maml:name>
1199411994
<maml:Description>
11995-
<maml:para>The number of objects to group together in a page.</maml:para>
11995+
<maml:para>The number of objects to group as a page.</maml:para>
1199611996
</maml:Description>
1199711997
<command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
1199811998
<dev:type>
@@ -12004,7 +12004,7 @@ Out-Copy -commandonly</dev:code>
1200412004
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cls">
1200512005
<maml:name>ClearScreen</maml:name>
1200612006
<maml:Description>
12007-
<maml:para>Clear the screen prior to writing data to the pipeline.</maml:para>
12007+
<maml:para>Clear the screen before writing data to the pipeline.</maml:para>
1200812008
</maml:Description>
1200912009
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
1201012010
<dev:type>

0 commit comments

Comments
 (0)