[openload] Change wording for phantomjs-location option to avoid confusion

This commit is contained in:
Michael Kochell 2018-09-10 05:37:45 -04:00
parent f6fe7d6e17
commit 1ea3feddb6

View File

@ -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',