Skip to content

Commit

Permalink
Re-order --export argument for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Sep 4, 2014
1 parent e94f1ef commit e708d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Exporting to README.html
Control the output name with the second argument:

```bash
$ grip --export README.md readme.html
$ grip README.md --export readme.html
Exporting to readme.html
```

Expand All @@ -99,7 +99,7 @@ $ cat README.md | grip -
```

```bash
$ grip --export AUTHORS.md - | bcat
$ grip AUTHORS.md --export - | bcat
```

```bash
Expand Down

0 comments on commit e708d34

Please sign in to comment.