diff options
| author | bors <bors@rust-lang.org> | 2014-07-12 16:21:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-12 16:21:36 +0000 |
| commit | 350f3aa856682fed816a0a2018b3bcf50178eeff (patch) | |
| tree | 514b8b2d731f935e94d564c71c5f6017fb0a0958 | |
| parent | 6323e8653cf46da4b4d445db491fc5b0c78e86d4 (diff) | |
| parent | 8fab111e79b8352e611040209af37dd8e24ec4aa (diff) | |
| download | rust-350f3aa856682fed816a0a2018b3bcf50178eeff.tar.gz rust-350f3aa856682fed816a0a2018b3bcf50178eeff.zip | |
auto merge of #15607 : lucidd/rust/master, r=pnkfelix
I used the same description rustc --help outputs.
| -rw-r--r-- | man/rustc.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/rustc.1 b/man/rustc.1 index 392818e95a1..7a2da847124 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -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 |
