diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 5aa859d6..6ae78e49 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -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 "