auto merge of #9271 : brson/rust/extra-help, r=catamorphism
Look like this now
```
-Z FLAG Set internal debugging options
-v --version Print version info and exit
Additional help:
-W help Print 'lint' options and default settings
-Z help Print internal options for debugging rustc
```
This commit is contained in:
commit
10d26f8daf
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ pub fn version(argv0: &str) {
|
|||
|
||||
pub fn usage(argv0: &str) {
|
||||
let message = fmt!("Usage: %s [OPTIONS] INPUT", argv0);
|
||||
printfln!("%s\
|
||||
printfln!("%s\n\
|
||||
Additional help:
|
||||
-W help Print 'lint' options and default settings
|
||||
-Z help Print internal options for debugging rustc\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue