Fix manual for selenium-server-standalone
The `-p` option is 2.x API. It becomes `-port` option since 3.x. Closes #6413. Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
This commit is contained in:
parent
37ef0cd71f
commit
456c4f8546
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class SeleniumServerStandalone < Formula
|
|||
bin.write_jar_script libexec/"selenium-server-standalone-#{version}.jar", "selenium-server"
|
||||
end
|
||||
|
||||
plist_options :manual => "selenium-server -p 4444"
|
||||
plist_options :manual => "selenium-server -port 4444"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Reference in a new issue