From bdd358e26e639d35a023be588b48150a9e9695d8 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 28 Oct 2011 12:53:57 -0700 Subject: [PATCH] Man page cleanup --- man/rustc.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/rustc.1 b/man/rustc.1 index 0cc94386c89..68c3e01cb21 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -34,11 +34,11 @@ Compile and link a library crate into a shared object. Produce a statically-linked binary, or generate a static library. .TP -\fB--pretty\fR \fItype\fR: +\fB--pretty\fR \fI[type]\fR: Pretty-print the input. Valid \fItype\fRs are: .RS .TP -\fBnormal\fR: Un-annotated source. +\fBnormal\fR: Un-annotated source (default). .TP \fBexpanded\fR: Crates expanded. .TP @@ -69,7 +69,7 @@ Run all passes except translation. Produces no output. \fB-g\fR: Produce debug info. .TP -\fB--opt-level\fR=\fIlevel\fR: +\fB--opt-level\fR \fIlevel\fR: Set optimization level to \fIlevel\fR. .TP \fB-O\fR: