Merge pull request #2835 from FauxFaux/patch-1

Tiny typo in rust-update script
This commit is contained in:
Philipp Hansch 2018-06-07 20:00:45 +02:00 committed by GitHub
commit d0620ae4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
if [ "$1" = '-h' ] ; then if [ "$1" = '-h' ] ; then
echo 'Updates rustc & clippy' echo 'Updates rustc & clippy'
echo 'It first checks if clippy would compile at currentl nightly and if so, it updates.' echo 'It first checks if clippy would compile at current nightly and if so, it updates.'
echo 'Options:' echo 'Options:'
echo '-h: This help message' echo '-h: This help message'
echo '-f: Skips the check and just updates' echo '-f: Skips the check and just updates'