Skip to content

Commit

Permalink
Fix grammar in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Dec 1, 2020
1 parent 254c0ea commit a48c0bb
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 @@ -122,7 +122,7 @@ Usage: onhold [OPTIONS]

Options:
-s, --sound_path PATH Path to sound to play.
-b, --bell Ring terminal bell, as well. [default: False]
-b, --bell Ring the terminal bell, as well. [default: False]
-w, --warn Show warnings.
--help Show this message and exit.
```
Expand All @@ -136,7 +136,7 @@ Usage: ding [OPTIONS]

Options:
-s, --sound_path PATH Path to sound to play.
-b, --bell Ring terminal bell, as well. [default: False]
-b, --bell Ring the terminal bell, as well. [default: False]
-w, --warn Show warnings.
--help Show this message and exit.
```
Expand Down

0 comments on commit a48c0bb

Please sign in to comment.