Skip to content

Commit

Permalink
Fix manual for selenium-server-standalone
Browse files Browse the repository at this point in the history
The `-p` option is 2.x API.
It becomes `-port` option since 3.x.

Closes #6413.

Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
  • Loading branch information
tricknotes authored and bfontaine committed Oct 30, 2016
1 parent 37ef0cd commit 456c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/selenium-server-standalone.rb
Expand Up @@ -11,7 +11,7 @@ def install
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"?>
Expand Down

0 comments on commit 456c4f8

Please sign in to comment.