diff --git a/powershell/public/Invoke-Maester.ps1 b/powershell/public/Invoke-Maester.ps1 index 51f356d6..5d72d647 100644 --- a/powershell/public/Invoke-Maester.ps1 +++ b/powershell/public/Invoke-Maester.ps1 @@ -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, diff --git a/website/docs/commands/Invoke-Maester.mdx b/website/docs/commands/Invoke-Maester.mdx index 4d553db9..db869445 100644 --- a/website/docs/commands/Invoke-Maester.mdx +++ b/website/docs/commands/Invoke-Maester.mdx @@ -144,7 +144,7 @@ This combines two arrays of exclusion tags and runs the tests, excluding any tes ### -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.