1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

main: change help message for resume

This commit is contained in:
Johan Andersson 2014-10-06 23:04:14 +02:00
parent 97e67bc7af
commit 2a472cbf67

View File

@ -185,7 +185,7 @@ def main():
metavar="OUTPUT", help="Outputs to the given filename.")
parser.add_option("-r", "--resume",
action="store_true", dest="resume", default=False,
help="Resume a download")
help="Resume a download (RTMP based ones)")
parser.add_option("-l", "--live",
action="store_true", dest="live", default=False,
help="Enable for live streams (RTMP based ones)")