We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95363a1 commit ce5132fCopy full SHA for ce5132f
src/PowerShell/Help/Microsoft.WinGet.Client/Reset-WinGetSource.md
@@ -17,13 +17,13 @@ Resets WinGet sources.
17
### DefaultSet (Default)
18
19
```
20
-Reset-WinGetSource [-Name <String>] [<CommonParameters>]
+Reset-WinGetSource -Name <String> [<CommonParameters>]
21
22
23
### OptionalSet
24
25
26
-Reset-WinGetSource [-All] [<CommonParameters>]
+Reset-WinGetSource -All [<CommonParameters>]
27
28
29
## DESCRIPTION
0 commit comments