File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ pub(crate) static COMPLETIONS_HELP: &str = r"DISCUSSION:
173
173
Run the command:
174
174
175
175
$ mkdir -p ~/.local/share/bash-completion/completions
176
- $ rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
176
+ $ rustup completions bash > ~/.local/share/bash-completion/completions/rustup
177
177
178
178
This installs the completion script. You may have to log out and
179
179
log back in to your shell session for the changes to take effect.
@@ -268,7 +268,7 @@ pub(crate) static COMPLETIONS_HELP: &str = r"DISCUSSION:
268
268
269
269
BASH:
270
270
271
- $ rustup completions bash cargo >> ~/.local/share/bash-completion/completions/cargo
271
+ $ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo
272
272
273
273
ZSH:
274
274
You can’t perform that action at this time.
0 commit comments