Skip to content

Commit 43b4850

Browse files
authored
Update Show-ObjectTree.md
Fix Incorrect parameter in documentation
1 parent 472b500 commit 43b4850

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +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>] [-OutputMode {None | Single |
21-
Multiple}] [-Filter <string>] [-MinUi] [<CommonParameters>]
20+
Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
2221
```
2322

2423
## DESCRIPTION

0 commit comments

Comments
 (0)