From: Philipp Hagemeister Date: Wed, 14 Sep 2011 19:19:33 +0000 (+0200) Subject: Clarify usage X-Git-Url: http://git.jankratochvil.net/?p=youtube-dl.git;a=commitdiff_plain;h=a2f7e3a5bbb27861a9fac1cd5fe7de1640343187 Clarify usage --- diff --git a/README.md b/README.md index 0217eee..6aa5ea3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # youtube-dl ## USAGE -youtube-dl [OPTIONS] URL +youtube-dl [OPTIONS] URL [URL...] ## DESCRIPTION **youtube-dl** is a small command-line program to download videos from diff --git a/youtube-dl b/youtube-dl index 3ecae29..e01cdc7 100755 --- a/youtube-dl +++ b/youtube-dl @@ -3391,7 +3391,7 @@ def parseOpts(): kw = { 'version' : __version__, 'formatter' : fmt, - 'usage' : '%prog [options] url...', + 'usage' : '%prog [options] url [url...]', 'conflict_handler' : 'resolve', }