Skip to content

Commit 609e0d2

Browse files
Update docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md
1 parent 43b4850 commit 609e0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sends output to an interactive tree in the same console window.
1717
## SYNTAX
1818

1919
```PowerShell
20-
Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
20+
Show-ObjectTree [-InputObject <PSObject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION

0 commit comments

Comments
 (0)