Clarify usage

pull/169/head
Philipp Hagemeister 13 years ago
parent f2a3a3522c
commit a2f7e3a5bb

@ -1,7 +1,7 @@
# youtube-dl # youtube-dl
## USAGE ## USAGE
youtube-dl [OPTIONS] URL youtube-dl [OPTIONS] URL [URL...]
## DESCRIPTION ## DESCRIPTION
**youtube-dl** is a small command-line program to download videos from **youtube-dl** is a small command-line program to download videos from

@ -3391,7 +3391,7 @@ def parseOpts():
kw = { kw = {
'version' : __version__, 'version' : __version__,
'formatter' : fmt, 'formatter' : fmt,
'usage' : '%prog [options] url...', 'usage' : '%prog [options] url [url...]',
'conflict_handler' : 'resolve', 'conflict_handler' : 'resolve',
} }

Loading…
Cancel
Save