We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9ce1f commit 1540288Copy full SHA for 1540288
src/cli/help.rs
@@ -55,7 +55,9 @@ pub(crate) static TOOLCHAIN_HELP: &str = r"Discussion:
55
56
<channel>[-<date>][-<host>]
57
58
- <channel> = stable|beta|nightly|<major.minor>|<major.minor.patch>
+ <channel> = stable|beta|nightly|<versioned>[-<beta tag>]
59
+ <versioned> = <major.minor>|<major.minor.patch>
60
+ <beta tag> = beta[.<number>]
61
<date> = YYYY-MM-DD
62
<host> = <target-triple>
63
0 commit comments