mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-20 07:08:37 +09:00
Improve wording (apply suggestions from code review)
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
@@ -258,11 +258,11 @@ def parseOpts(overrideArguments=None):
|
||||
selection.add_option(
|
||||
'--playlist-start',
|
||||
dest='playliststart', metavar='NUMBER', default=1, type=int,
|
||||
help='Playlist video to start at (inclusive) (default is %default)')
|
||||
help='Playlist index of first item to include (default is %default)')
|
||||
selection.add_option(
|
||||
'--playlist-end',
|
||||
dest='playlistend', metavar='NUMBER', default=None, type=int,
|
||||
help='Playlist video to end at (inclusive) (default is last)')
|
||||
help='Playlist index of last item to include (default is last)')
|
||||
selection.add_option(
|
||||
'--playlist-items',
|
||||
dest='playlist_items', metavar='ITEM_SPEC', default=None,
|
||||
|
Reference in New Issue
Block a user