Skip to content

Commit

Permalink
Merge pull request #1076 from kbknapp/patch-1
Browse files Browse the repository at this point in the history
Fixes a typo in PowerShell completion script help
  • Loading branch information
Diggsey authored Apr 19, 2017
2 parents 332dc61 + 21ac088 commit 77021f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup-cli/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ r"DISCUSSION:
If the above command returns `False` run the following
`PS C:\> New-Item -path $profile -type file --force`
`PS C:\> New-Item -path $profile -type file -force`
Now open the file provided by `$profile` (if you used the
`New-Item` command it will be
Expand Down

0 comments on commit 77021f8

Please sign in to comment.