We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b3f601 + 611abf5 commit b44b38aCopy full SHA for b44b38a
src/content/docs/en-us/create/cmdlets/Uninstall-ChocolateyPath.mdx
@@ -32,7 +32,7 @@ Ensures that the given path is not present in the given type of PATH environment
32
33
### Example 1
34
```powershell
35
-PS C:\> Uninstall-ChocolateyPath -PathToUninstall "$($env:SystemDrive)\tools\gittfs"
+PS C:\> Uninstall-ChocolateyPath -Path "$($env:SystemDrive)\tools\gittfs"
36
```
37
38
Removes the target path from the current user's PATH environment variable.
0 commit comments