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

main: add dash in the help text for preferred

fixes: #383
This commit is contained in:
Johan Andersson 2016-04-30 22:15:35 +02:00
parent 5cf6e0fe45
commit 1a2b3001cc

View File

@ -335,7 +335,7 @@ def main():
parser.add_option("--all-last", dest="all_last", default=-1, type=int,
metavar="NN", help="get last NN episodes instead of all episodes")
parser.add_option("-P", "--preferred", default=None,
metavar="preferred", help="preferred download method (hls, hds, http or rtmp")
metavar="preferred", help="preferred download method (dash, hls, hds, http or rtmp)")
parser.add_option("--exclude", dest="exclude", default=None,
metavar="WORD1,WORD2,...", help="exclude videos with the WORD(s) in the filename. comma separated.")
parser.add_option("-g", "--get-url",