Add rustc --pretty flowgraph to man page

This commit is contained in:
Kevin Walter 2014-07-11 15:51:01 +02:00
parent c9a77d03dd
commit 8fab111e79
1 changed files with 3 additions and 2 deletions

View File

@ -60,8 +60,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