]> git.lizzy.rs Git - rust.git/commitdiff
`man rustc` and `rustc --help` say options go first
authormdinger <mdinger.bugzilla@gmail.com>
Sun, 28 Dec 2014 03:07:56 +0000 (22:07 -0500)
committermdinger <mdinger.bugzilla@gmail.com>
Sun, 28 Dec 2014 03:07:56 +0000 (22:07 -0500)
src/doc/guide.md

index 22cbd18a86520a46f8b9c2998ae28fc8b53f32c9..ca0f250a3ccb88e5144264a0b67a1f89b1d5e74d 100644 (file)
@@ -5410,7 +5410,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}