Skip to content

Commit

Permalink
#545 Refine documentation for Invoke-Maester to clarify path paramete…
Browse files Browse the repository at this point in the history
…r usage
  • Loading branch information
tlaukkanen committed Dec 1, 2024
1 parent a1d52cd commit 8515196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powershell/public/Invoke-Maester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Invoke-Maester {
[Alias("Invoke-MtMaester")]
[CmdletBinding()]
param (
# Specifies one or more paths to files containing tests. The value is a path\file name or name pattern. Wildcards are permitted.
# Specifies path to files containing tests. The value is a path\file name or name pattern. Wildcards are permitted.
[Parameter(Position = 0)]
[string] $Path,

Expand Down
2 changes: 1 addition & 1 deletion website/docs/commands/Invoke-Maester.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Invoke-Maester -PesterConfiguration $configuration

### -Path

Specifies one or more paths to files containing tests.
Specifies path to files containing tests.
The value is a path\file name or name pattern.
Wildcards are permitted.

Expand Down

0 comments on commit 8515196

Please sign in to comment.