mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Correct cargo usage line going over 78 chars
This commit is contained in:
committed by
Brian Anderson
parent
54b8d5f1ab
commit
ce2719a4d9
+2
-2
@@ -1073,8 +1073,8 @@ fn cmd_usage() {
|
||||
install [options] [source/]<name> Install a package by name
|
||||
install [options] [source/]<uuid> Install a package by uuid
|
||||
install [options] <url> Install a package via curl (HTTP,
|
||||
FTP, etc.) from an .tar[.gz|bz2|xy]
|
||||
file
|
||||
FTP, etc.) from an
|
||||
.tar[.gz|bz2|xy] file
|
||||
install [options] <url> [ref] Install a package via git
|
||||
install [options] <file> Install a package directly from an
|
||||
.tar[.gz|bz2|xy] file
|
||||
|
||||
Reference in New Issue
Block a user