example formattting

This commit is contained in:
Michael Greene 2016-07-29 15:02:34 -05:00
parent 4fecbfe964
commit 53f8cdb29c

View file

@ -213,7 +213,7 @@ PS /> Get-Help -Name Get-Process
It displays the examples how to use the Get-Process cmdlet.
```PowerShell
PS />**Get-Help -Name Get-Process -Examples**
PS />Get-Help -Name Get-Process -Examples
```
If you use **-Full** parameter, for example, `Get-Help -Name Get-Process -Full`, it will display more technical information.