Skip to content

Commit 875af5b

Browse files
committed
man rustc and rustc --help say options go first
1 parent 070ab63 commit 875af5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5410,7 +5410,7 @@ fn main() {
54105410
}
54115411
```
54125412
5413-
You can have the macros expanded like this: `rustc print.rs --pretty=expanded`, which will
5413+
You can have the macros expanded like this: `rustc --pretty=expanded print.rs`, which will
54145414
give us this huge result:
54155415
54165416
```{rust,ignore}

0 commit comments

Comments
 (0)