We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b4850 commit 609e0d2Copy full SHA for 609e0d2
docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md
@@ -17,7 +17,7 @@ Sends output to an interactive tree in the same console window.
17
## SYNTAX
18
19
```PowerShell
20
- Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
+Show-ObjectTree [-InputObject <PSObject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
21
```
22
23
## DESCRIPTION
0 commit comments