From 1ea3feddb6081c438f8499637421050bf7d46054 Mon Sep 17 00:00:00 2001 From: Michael Kochell Date: Mon, 10 Sep 2018 05:37:45 -0400 Subject: [PATCH] [openload] Change wording for phantomjs-location option to avoid confusion --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 8e01925b8..8c4174387 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -853,7 +853,7 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--phantomjs-location', metavar='PATH', dest='phantomjs_location', - help='Location of the phantomjs binary; either the path to the binary or its containing directory.') + help='Location of the phantomjs binary.') postproc.add_option( '--exec', metavar='CMD', dest='exec_cmd',