Skip to content

Commit ce5132f

Browse files
committed
remove bracket
1 parent 95363a1 commit ce5132f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PowerShell/Help/Microsoft.WinGet.Client/Reset-WinGetSource.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Resets WinGet sources.
1717
### DefaultSet (Default)
1818

1919
```
20-
Reset-WinGetSource [-Name <String>] [<CommonParameters>]
20+
Reset-WinGetSource -Name <String> [<CommonParameters>]
2121
```
2222

2323
### OptionalSet
2424

2525
```
26-
Reset-WinGetSource [-All] [<CommonParameters>]
26+
Reset-WinGetSource -All [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION

0 commit comments

Comments
 (0)