Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
doc: fix flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 3, 2020
1 parent 486a58e commit 9413f5b
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 @@ -18,8 +18,8 @@ acme-fixer -i ./my/path/acme.json

```bash
# dry run mode
acme-fixer -i ./my/path/acme.json -d -v2
acme-fixer -i ./my/path/acme.json -d --v2

# without dry run
acme-fixer -i ./my/path/acme.json -v2
acme-fixer -i ./my/path/acme.json --v2
```

0 comments on commit 9413f5b

Please sign in to comment.