Skip to content

Commit

Permalink
option: Fix wrong group label for youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoo committed Feb 24, 2015
1 parent 95a20a4 commit a4f1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpull/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ def _add_phantomjs_args(self):
)

def _add_youtube_dl_args(self):
group = self.add_argument_group(_('PhantomJS'))
group = self.add_argument_group(_('youtube-dl'))
group.add_argument(
'--youtube-dl',
action='store_true',
Expand Down

0 comments on commit a4f1c6e

Please sign in to comment.