From 1a2b3001cc31b82c50eba0089505831c27c61765 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 30 Apr 2016 22:15:35 +0200 Subject: [PATCH] main: add dash in the help text for preferred fixes: #383 --- lib/svtplay_dl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index c16eabd..baf714f 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -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",