Skip to content

Commit c413d42

Browse files
authored
Merge pull request #155 from quakerquickoats/master
fix command
2 parents b56ddb1 + a873c36 commit c413d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/rustup-for-managing-rust-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ will update anything that has one.
5050
To set the default toolchain to something other than `stable`:
5151

5252
```console
53-
$ rustup toolchain default nightly
53+
$ rustup default nightly
5454
```
5555

5656
To use a toolchain other than the default, use `rustup run`:

0 commit comments

Comments
 (0)