File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/suite/cli-ui/rustup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ pub(crate) static COMPLETIONS_HELP: &str = r"Discussion:
177
177
Run the command:
178
178
179
179
$ mkdir -p ~/.local/share/bash-completion/completions
180
- $ rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
180
+ $ rustup completions bash > ~/.local/share/bash-completion/completions/rustup
181
181
182
182
This installs the completion script. You may have to log out and
183
183
log back in to your shell session for the changes to take effect.
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.
You can’t perform that action at this time.
0 commit comments