From b0ffeb4e148cf8f094cb58e8c794e7779721a9ea Mon Sep 17 00:00:00 2001 From: Vitaly Shukela Date: Thu, 10 Mar 2016 00:29:27 +0300 Subject: [PATCH] help: Add list of typical toolchain names I didn't immediately realized that "toolchain" is that stability edition. I though I need to specify something like `i686-unknown-linux-gnu` and there was no command to list all possible toolchains. --- src/multirust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multirust b/src/multirust index 0994c53..06275ef 100755 --- a/src/multirust +++ b/src/multirust @@ -8,7 +8,7 @@ # # default Set the default toolchain # override Set the toolchain override for the current directory tree -# update Install or update a given toolchain +# update Install or update a given toolchain (for example, "stable", "beta", "nightly") # show-override Show information about the current override # show-default Show information about the current default # list-overrides List all overrides