rollup merge of #20268: mdinger/pretty

For consistency with the documentation, *options* should be before *filenames*.
This commit is contained in:
Alex Crichton 2014-12-29 16:36:34 -08:00
commit 1d373ae6d1
1 changed files with 1 additions and 1 deletions

View File

@ -5406,7 +5406,7 @@ fn main() {
}
```
You can have the macros expanded like this: `rustc print.rs --pretty=expanded`, which will
You can have the macros expanded like this: `rustc --pretty=expanded print.rs`, which will
give us this huge result:
```{rust,ignore}