Skip to content

Commit

Permalink
Update ChromeDriverCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 23, 2020
1 parent 2daf50f commit fdf5bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ChromeDriverCommand extends Command
*/
protected $signature = 'dusk:chrome-driver {version?}
{--all : Install a ChromeDriver binary for every OS}
{--detect : Detect the installed Chrome/Chromium version}
{--detect : Detect the installed Chrome / Chromium version}
{--proxy= : The proxy to download the binary through (example: "tcp://127.0.0.1:9000")}
{--ssl-no-verify : Bypass SSL certificate verification when installing through a proxy}';

Expand Down

0 comments on commit fdf5bd6

Please sign in to comment.