From 2a472cbf67edad2183c1f95fa8193bfaaa7b70e1 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Mon, 6 Oct 2014 23:04:14 +0200 Subject: [PATCH] main: change help message for resume --- 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 b524be0..3e77d4f 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -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)")