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:
Ryunosuke Sato 2016-10-30 16:40:08 +09:00 committed by Baptiste Fontaine
parent 37ef0cd71f
commit 456c4f8546

View file

@ -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"?>