Skip to content

Commit

Permalink
Fixed crappy help
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed Mar 1, 2016
1 parent 1f5eb0c commit d656dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pester.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Makes Pending and Skipped tests to Failed tests. Useful for continuous integrati
Disables the output Pester writes to screen. No other output is generated unless you specify PassThru, or one of the Output parameters.
.PARAMETER PesterOption
Sets advanced options for the session. Enter a PesterOption object, such as one that you create by using the New-PSPesterOption cmdlet, or a hash table in which the keys are session option names and the values are session option values.
Sets advanced options for the test execution. Enter a PesterOption object, such as one that you create by using the New-PesterOption cmdlet, or a hash table in which the keys are option names and the values are option values.
For more information on the options available, see the help for New-PesterOption.
.Example
Expand Down

0 comments on commit d656dc7

Please sign in to comment.