Skip to content

Commit 5a0e701

Browse files
authored
Refine notes on Get-Help command usage
Updated notes on using Get-Help with wildcard characters and About help files.
1 parent 26753dc commit 5a0e701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-azure/understand-command-syntax-windows-powershell/includes/5-display-about-files-content-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Get-Help about_CommonParameters -ShowWindow
1919
Get-Help about_CommonParameters -Online
2020
```
2121
> [!NOTE]
22-
> For the -Online version to open, it must have the URI/URL included in the information in the local help files. If the URI/URL is not included in the local version, you may receive an error.
22+
> For the -Online version to open, it must have the URI/URL included in the information in the local help files. If the URI/URL isn't included in the local version, you may receive an error.
2323
24-
When you use wildcard characters with the **Get-Help** command, **About** help files will appear in a list when their titles contain a match for your wildcard pattern. Typically, **About** help files will appear last, after any commands whose names also matched your wildcard pattern. You can also use the *‑Category* parameter to specify a search for **About** files.
24+
When you use wildcard characters with the **Get-Help** command, **About** help files appear in a list when their titles contain a match for your wildcard pattern. Typically, **About** help files will appear last, after any commands whose names also matched your wildcard pattern. You can also use the *‑Category* parameter to specify a search for **About** files.
2525

2626
> [!NOTE]
2727
> For much of this course, you'll need to refer to **About** files for additional documentation. You must review these files frequently to discover the steps and techniques you need to complete lab exercises.

0 commit comments

Comments
 (0)