mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
Merge pull request #2835 from FauxFaux/patch-1
Tiny typo in rust-update script
This commit is contained in:
commit
d0620ae4eb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ "$1" = '-h' ] ; then
|
||||
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 '-h: This help message'
|
||||
echo '-f: Skips the check and just updates'
|
||||
|
|
Loading…
Reference in a new issue