Skip to content

Commit bdd358e

Browse files
committed
Man page cleanup
1 parent 2a2945e commit bdd358e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man/rustc.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Compile and link a library crate into a shared object.
3434
Produce a statically-linked binary, or generate a static
3535
library.
3636
.TP
37-
\fB--pretty\fR \fItype\fR:
37+
\fB--pretty\fR \fI[type]\fR:
3838
Pretty-print the input. Valid \fItype\fRs are:
3939
.RS
4040
.TP
41-
\fBnormal\fR: Un-annotated source.
41+
\fBnormal\fR: Un-annotated source (default).
4242
.TP
4343
\fBexpanded\fR: Crates expanded.
4444
.TP
@@ -69,7 +69,7 @@ Run all passes except translation. Produces no output.
6969
\fB-g\fR:
7070
Produce debug info.
7171
.TP
72-
\fB--opt-level\fR=\fIlevel\fR:
72+
\fB--opt-level\fR \fIlevel\fR:
7373
Set optimization level to \fIlevel\fR.
7474
.TP
7575
\fB-O\fR:

0 commit comments

Comments
 (0)