1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

main: better help text for live flag.

This commit is contained in:
Johan Andersson 2014-06-24 22:56:12 +02:00
parent 402fca5bfc
commit 0caf19b309

View File

@ -174,7 +174,7 @@ def main():
help="Resume a download")
parser.add_option("-l", "--live",
action="store_true", dest="live", default=False,
help="Enable for live streams")
help="Enable for live streams (RTMP based ones)")
parser.add_option("-s", "--silent",
action="store_true", dest="silent", default=False)
parser.add_option("-v", "--verbose",