File tree 2 files changed +4
-4
lines changed
tests/suite/cli-ui/rustup
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ pub(crate) static COMPLETIONS_HELP: &str = r"Discussion:
175
175
Run the command:
176
176
177
177
$ mkdir -p ~/.local/share/bash-completion/completions
178
- $ rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
178
+ $ rustup completions bash > ~/.local/share/bash-completion/completions/rustup
179
179
180
180
This installs the completion script. You may have to log out and
181
181
log back in to your shell session for the changes to take effect.
@@ -270,7 +270,7 @@ pub(crate) static COMPLETIONS_HELP: &str = r"Discussion:
270
270
271
271
Bash:
272
272
273
- $ rustup completions bash cargo >> ~/.local/share/bash-completion/completions/cargo
273
+ $ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo
274
274
275
275
Zsh:
276
276
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Discussion:
32
32
Run the command:
33
33
34
34
$ mkdir -p ~/.local/share/bash-completion/completions
35
- $ rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
35
+ $ rustup completions bash > ~/.local/share/bash-completion/completions/rustup
36
36
37
37
This installs the completion script. You may have to log out and
38
38
log back in to your shell session for the changes to take effect.
@@ -128,7 +128,7 @@ Discussion:
128
128
129
129
Bash:
130
130
131
- $ rustup completions bash cargo >> ~/.local/share/bash-completion/completions/cargo
131
+ $ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo
132
132
133
133
Zsh:
134
134
You can’t perform that action at this time.
0 commit comments