Skip to content

Commit 1540288

Browse files
Update help.rs
1 parent bf9ce1f commit 1540288

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cli/help.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ pub(crate) static TOOLCHAIN_HELP: &str = r"Discussion:
5555
5656
<channel>[-<date>][-<host>]
5757
58-
<channel> = stable|beta|nightly|<major.minor>|<major.minor.patch>
58+
<channel> = stable|beta|nightly|<versioned>[-<beta tag>]
59+
<versioned> = <major.minor>|<major.minor.patch>
60+
<beta tag> = beta[.<number>]
5961
<date> = YYYY-MM-DD
6062
<host> = <target-triple>
6163

0 commit comments

Comments
 (0)