Merge pull request #20485 from ipetkov/man-fix
Man page/--help dialog fix Reviewed-by: alexcrichton
This commit is contained in:
commit
59c9f5e250
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ Specify the name of the crate being built
|
|||
\fB\-\-emit\fR [asm|llvm-bc|llvm-ir|obj|link|dep-info]
|
||||
Configure the output that rustc will produce
|
||||
.TP
|
||||
\fB\-\-print\fR [crate-name|output-file-names|sysroot]
|
||||
\fB\-\-print\fR [crate-name|file-names|sysroot]
|
||||
Comma separated list of compiler information to print on stdout
|
||||
.TP
|
||||
\fB\-g\fR
|
||||
|
|
|
@ -754,7 +754,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
|||
"[asm|llvm-bc|llvm-ir|obj|link|dep-info]"),
|
||||
opt::multi("", "print", "Comma separated list of compiler information to \
|
||||
print on stdout",
|
||||
"[crate-name|output-file-names|sysroot]"),
|
||||
"[crate-name|file-names|sysroot]"),
|
||||
opt::flag("g", "", "Equivalent to -C debuginfo=2"),
|
||||
opt::flag("O", "", "Equivalent to -C opt-level=2"),
|
||||
opt::opt("o", "", "Write output to <filename>", "FILENAME"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue