Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
  • Loading branch information
sdwheeler and michaeltlombardi authored May 20, 2024
1 parent 7e4babf commit 8d0a179
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Trace-Command -PSHost -Name ParameterBinding -Expression {
}
```

The output from `Trace-Command` can be verbose. Each line of output is prefix with a timestamp and
trace provider information. For the output of this example, the prefix information has been removed
to make it easier to read.
The output from `Trace-Command` can be verbose. Each line of output is prefixed with a timestamp
and trace provider information. For the output of this example, the prefix information has been
removed to make it easier to read.

```Output
BIND NAMED cmd line args [Remove-Item]
Expand Down

0 comments on commit 8d0a179

Please sign in to comment.