diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-09-14 21:19:33 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-09-14 21:19:33 +0200 |
commit | a2f7e3a5bbb27861a9fac1cd5fe7de1640343187 (patch) | |
tree | 690b144a22ea1699ed1f3b8f3679b163fd205228 | |
parent | f2a3a3522cffcf0f6fdf0be5046a32c00c52c361 (diff) |
Clarify usage
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | youtube-dl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 3ecae2994..e01cdc75f 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', } |