Skip to content

Commit

Permalink
Merge pull request #460 from kevinoid/fix-max-retries-option
Browse files Browse the repository at this point in the history
Fix cd rip --max-retries option handling
  • Loading branch information
JoeLametta authored Jan 30, 2020
2 parents 1a06e51 + 9223896 commit 8428b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whipper/command/cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def add_arguments(self):
"complete option values respectively",
choices=['file', 'embed', 'complete'],
default=None)
self.parser.add_argument('r', '--max-retries',
self.parser.add_argument('-r', '--max-retries',
action="store", dest="max_retries",
help="number of rip attempts before giving "
"up if can't rip a track. This defaults to "
Expand Down

0 comments on commit 8428b69

Please sign in to comment.