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:
parent
402fca5bfc
commit
0caf19b309
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user