Skip to content

Commit 9fc757b

Browse files
authored
Clarify online help error handling in note
Updated note about the online version of Get-Help to clarify error handling.
1 parent 45c5e3a commit 9fc757b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Get-Help about_CommonParameters -ShowWindow
1919
Get-Help about_CommonParameters -Online
2020
```
2121
> [!NOTE]
22-
> For the online version to show, 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 will 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 is not included in the local version, you may receive an error.
2323
2424
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.
2525

0 commit comments

Comments
 (0)