Skip to content

Commit a137aef

Browse files
authored
Merge pull request #2331 from Manishearth/help-update
Update some help text version numbers
2 parents 796c9d2 + 9444715 commit a137aef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Standard release channel toolchain names have the following form:
314314
```
315315

316316
'channel' is either a named release channel or an explicit version
317-
number, such as '1.8.0'. Channel names can be optionally appended with
317+
number, such as '1.42.0'. Channel names can be optionally appended with
318318
an archive date, as in 'nightly-2014-12-18', in which case the
319319
toolchain is downloaded from the archive for that date.
320320

src/cli/help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub static TOOLCHAIN_HELP: &str = r"DISCUSSION:
6060
<host> = <target-triple>
6161
6262
'channel' is either a named release channel or an explicit version
63-
number, such as '1.8.0'. Channel names can be optionally appended
63+
number, such as '1.42.0'. Channel names can be optionally appended
6464
with an archive date, as in 'nightly-2017-05-09', in which case
6565
the toolchain is downloaded from the archive for that date.
6666

0 commit comments

Comments
 (0)