Skip to content

Commit

Permalink
Removing faulty brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Jun 13, 2024
1 parent 3c07e89 commit d911902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Set-PnPTraceLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Turn log tracing on or off

### On
```powershell
Set-PnPTraceLog [-On] [-LogFile <String>] [-WriteToConsole] [-Level <LogLevel>] [-Delimiter <String>]
Set-PnPTraceLog -On [-LogFile <String>] [-WriteToConsole] [-Level <LogLevel>] [-Delimiter <String>]
[-IndentSize <Int32>] [-AutoFlush <Boolean>]
```

### Off
```powershell
Set-PnPTraceLog [-Off]
Set-PnPTraceLog -Off
```

## DESCRIPTION
Expand Down

0 comments on commit d911902

Please sign in to comment.