Fix triple spaces in "help"

This commit is contained in:
Xevion
2022-04-12 16:46:57 -05:00
parent b7fdbb12ae
commit e71f4c8539

View File

@@ -45,9 +45,9 @@ help [Subject] -online # Open the help documentation online, in the browser
[Cmdlet] -? [Cmdlet] -?
help *event* help *event*
help Get-Event -Full # Include all information on the subject at once help Get-Event -Full # Include all information on the subject at once
help Get-Service -Examples # Look at examples for the given command help Get-Service -Examples # Look at examples for the given command
help Get-Service -Parameter ComputerName # Look at information on specific parameter help Get-Service -Parameter ComputerName # Look at information on specific parameter
help gsv -ShowWindow # Present the help information in a small window with search, selection and scrolling help gsv -ShowWindow # Present the help information in a small window with search, selection and scrolling
Get-Command -Noun *event -Verb Get # Find all Cmdlets that end with "Event" and use "Get" as their verbx Get-Command -Noun *event -Verb Get # Find all Cmdlets that end with "Event" and use "Get" as their verbx
gcm -Noun *event* -Type Cmdlet # Find all Cmdlets that end with "Event" gcm -Noun *event* -Type Cmdlet # Find all Cmdlets that end with "Event"
``` ```