Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update pretty printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 27, 2015
1 parent 96fc60b commit 73c655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ expanding all macros. Say you wrote the above example for `Usage: add <x> <y>`
into a file called `add.rs`. Then running:

```bash
rustc -L path/containing/docopt/lib --pretty expanded add.rs
rustc -L path/containing/docopt/lib -Z unstable-options --pretty=expanded add.rs
```

Will show all macros expanded. In the generated code, you should be able to
Expand Down

0 comments on commit 73c655d

Please sign in to comment.