Skip to content

Commit

Permalink
docs(usage): updated cli references
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Nov 11, 2023
1 parent 01b3970 commit 19dd607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cargo install cpast
Here's a simple example of how to use `cpast`:

```bash
cpast -s correct.cpp -t incorrect.cpp -g "(N) (?:N){\1}" --iterations 100
cpast -c correct.cpp -t incorrect.cpp -g "(N) (?:N){\1}" --iterations 100
```

- `correct.cpp` should contain the correct code.
Expand Down

0 comments on commit 19dd607

Please sign in to comment.