From a873c362d77fbcc690a681c2e2d55974f56f5aee Mon Sep 17 00:00:00 2001 From: Lyndon Tremblay Date: Sun, 21 Apr 2019 13:15:09 -0400 Subject: [PATCH] fix command --- src/rust-2018/rustup-for-managing-rust-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2018/rustup-for-managing-rust-versions.md b/src/rust-2018/rustup-for-managing-rust-versions.md index 53b32450..73be9e6b 100644 --- a/src/rust-2018/rustup-for-managing-rust-versions.md +++ b/src/rust-2018/rustup-for-managing-rust-versions.md @@ -50,7 +50,7 @@ will update anything that has one. To set the default toolchain to something other than `stable`: ```console -$ rustup toolchain default nightly +$ rustup default nightly ``` To use a toolchain other than the default, use `rustup run`: