Skip to content

Commit 84328c8

Browse files
authored
Merge pull request #3760 from Kade-N/patch-1
Fix sub commands in "update" section
2 parents f925dde + 7c76519 commit 84328c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/package-manager/winget/source.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ usage: `winget source update [-n, --name] \<name>`
113113

114114
### update all
115115

116-
The **update** sub command by itself will request and update to each repo. For example: `C:\winget update`
116+
The **update** sub command by itself will request and update to each repo. For example: `winget source update`
117117

118118
### update source
119119

120-
The **update** sub command combined with the **--name** option can direct and update to an individual source. For example: `C:\winget source update --name contoso`
120+
The **update** sub command combined with the **--name** option can direct and update to an individual source. For example: `winget source update --name contoso`
121121

122122
## remove
123123

0 commit comments

Comments
 (0)