Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 committed Sep 19, 2024
1 parent 0d0c271 commit 1bb0d96
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 @@ -43,9 +43,9 @@ chmod +x /usr/local/bin/stub
To run the stubber, use the following command:

```bash
stub [--copy] [--rm] <directory> [<directory> ...]"
stub [--copy] [--rm] <directory> [<directory> ...]
```

If the `--copy` argument is included, the stubbed files will be written to a copy, where all the new files will have `_stubbed` added to the end. If this argument is omitted, the files will be edited in place.

If the `--rm` argument is included, the `SOLN` and `STUBWITH` lines will be removed, but the code in between won't actually. It doesn't actually stub, but rather just remove the stub comments. If it's not included, the stubber works as expected.
If the `--rm` argument is included, the `SOLN` and `STUBWITH` lines will be removed, but the code in between won't actually be removed. It doesn't actually stub, but rather just remove the stub comments. If it's not included, the stubber works as expected.

0 comments on commit 1bb0d96

Please sign in to comment.