Skip to content

Commit 28d9dea

Browse files
authored
Fixed typos in help text
1 parent 1350d9e commit 28d9dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli/help.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub static COMPLETIONS_HELP: &str = r"DISCUSSION:
176176
$ rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
177177
178178
This installs the completion script. You may have to log out and
179-
log back in to your shell session for the changes to take affect.
179+
log back in to your shell session for the changes to take effect.
180180
181181
BASH (macOS/Homebrew):
182182
@@ -195,7 +195,7 @@ pub static COMPLETIONS_HELP: &str = r"DISCUSSION:
195195
$ rustup completions fish > ~/.config/fish/completions/rustup.fish
196196
197197
This installs the completion script. You may have to log out and
198-
log back in to your shell session for the changes to take affect.
198+
log back in to your shell session for the changes to take effect.
199199
200200
ZSH:
201201
@@ -225,7 +225,7 @@ pub static COMPLETIONS_HELP: &str = r"DISCUSSION:
225225
226226
$ exec zsh
227227
228-
for the new completions to take affect.
228+
for the new completions to take effect.
229229
230230
CUSTOM LOCATIONS:
231231

0 commit comments

Comments
 (0)