about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorKevin Cantu <me@kevincantu.org>2012-10-10 16:35:52 -0700
committerKevin Cantu <me@kevincantu.org>2012-10-10 16:48:23 -0700
commitae8e6781d2536a3b66d69dfad8f0d5e47eb8617c (patch)
tree5fea54820dd54b4615f4dee8be2d9edfe52097e3 /man
parentc419e77cc12f0eae2e07097c2deb9a51238bb303 (diff)
downloadrust-ae8e6781d2536a3b66d69dfad8f0d5e47eb8617c.tar.gz
rust-ae8e6781d2536a3b66d69dfad8f0d5e47eb8617c.zip
Move the description of -(W|A|D|F) into the `-W help` message
Diffstat (limited to 'man')
-rw-r--r--man/rustc.120
1 files changed, 4 insertions, 16 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index 0e0bfe0f108..bb6457dd493 100644
--- a/man/rustc.1
+++ b/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