Skip to content

Commit

Permalink
Update Show-ObjectTree.md with correct parameters (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Jordan <[email protected]>
  • Loading branch information
KeithALane and andyleejordan authored Oct 29, 2024
1 parent 613ede6 commit 32cf60c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Sends output to an interactive tree in the same console window.
## SYNTAX

```PowerShell
Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-OutputMode {None | Single |
Multiple}] [-Filter <string>] [-MinUi] [<CommonParameters>]
Show-ObjectTree [-InputObject <PSObject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
```

## DESCRIPTION
Expand Down

0 comments on commit 32cf60c

Please sign in to comment.