Skip to content

Commit

Permalink
auto merge of #15607 : lucidd/rust/master, r=pnkfelix
Browse files Browse the repository at this point in the history
I used the same description rustc --help outputs.
  • Loading branch information
bors committed Jul 12, 2014
2 parents 6323e86 + 8fab111 commit 350f3aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions man/rustc.1
Expand Up @@ -63,8 +63,9 @@ Parse only; do not compile, assemble, or link
\fB\-\-pretty\fR [TYPE]
Pretty-print the input instead of compiling; valid types are: normal
(un-annotated source), expanded (crates expanded), typed (crates
expanded, with type annotations), or identified (fully parenthesized,
AST nodes and blocks with IDs)
expanded, with type annotations), identified (fully parenthesized,
AST nodes and blocks with IDs), or flowgraph=<nodeid> (graphviz
formatted flowgraph for node)
.TP
\fB\-\-dep-info\fR [FILENAME]
Output dependency info to <filename> after compiling, in o format suitable
Expand Down

0 comments on commit 350f3aa

Please sign in to comment.