Skip to content

Commit a1c6be1

Browse files
committed
Auto merge of #1107 - rap2hpoutre:patch-1, r=Diggsey
(tmp) fix for help.rs suggestion 2017-05-09? It's today, and it seems to work. This "fix" is almost useless but it's better than the current displayed date that does not work (see #787) and is a bit old. If merged, I think a better PR may be done with a less random date. Feel free to close if stupid/useless/both! (I'm just trying to help on "easy" issues to dive into rust, even if it's only text edit!)
2 parents aa03bc1 + 1bd03c5 commit a1c6be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup-cli/help.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ r"DISCUSSION:
6666
6767
'channel' is either a named release channel or an explicit version
6868
number, such as '1.8.0'. Channel names can be optionally appended
69-
with an archive date, as in 'nightly-2014-12-18', in which case
69+
with an archive date, as in 'nightly-2017-05-09', in which case
7070
the toolchain is downloaded from the archive for that date.
7171
7272
Finally, the host may be specified as a target triple. This is

0 commit comments

Comments
 (0)