Move the description of -(W|A|D|F) into the -W help
message
This commit is contained in:
parent
c419e77cc1
commit
ae8e6781d2
2 changed files with 14 additions and 26 deletions
20
man/rustc.1
20
man/rustc.1
|
@ -93,23 +93,11 @@ Target cpu\-manufacturer\-kernel[\-os] to compile for
|
|||
(see http://sources.redhat.com/autobook/autobook/
|
||||
autobook_17.html for detail)
|
||||
.TP
|
||||
\-(W|A|D|F) help
|
||||
Print available 'lint' checks and default settings
|
||||
\fB\-W help\fR
|
||||
Print 'lint' options and default settings
|
||||
.TP
|
||||
\fB\-W\fR <foo>
|
||||
warn about <foo> by default
|
||||
.TP
|
||||
\fB\-A\fR <foo>
|
||||
allow <foo> by default
|
||||
.TP
|
||||
\fB\-D\fR <foo>
|
||||
deny <foo> by default
|
||||
.TP
|
||||
\fB\-F\fR <foo>
|
||||
forbid <foo> (deny, and deny all overrides)
|
||||
.TP
|
||||
\fB\-Z\fR help
|
||||
list internal options for debugging rustc
|
||||
\fB\-Z help\fR
|
||||
Print internal options for debugging rustc
|
||||
.TP
|
||||
\fB\-v\fR \fB\-\-version\fR
|
||||
Print version info and exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue