From 8fab111e79b8352e611040209af37dd8e24ec4aa Mon Sep 17 00:00:00 2001 From: Kevin Walter Date: Fri, 11 Jul 2014 15:51:01 +0200 Subject: [PATCH] Add rustc --pretty flowgraph to man page --- man/rustc.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/rustc.1 b/man/rustc.1 index 2484960cac6..eb6cfb65054 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -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= (graphviz +formatted flowgraph for node) .TP \fB\-\-dep-info\fR [FILENAME] Output dependency info to after compiling, in o format suitable