Skip to content

Commit 32cf60c

Browse files
Update Show-ObjectTree.md with correct parameters (#251)
Co-authored-by: Andy Jordan <[email protected]>
1 parent 613ede6 commit 32cf60c

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)