From fdf5bd6ca02cd830e90fe4c5fc71a31a4a825d02 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 23 Sep 2020 07:39:06 -0500 Subject: [PATCH] Update ChromeDriverCommand.php --- src/Console/ChromeDriverCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ChromeDriverCommand.php b/src/Console/ChromeDriverCommand.php index 3a6e872be..032c52d6e 100644 --- a/src/Console/ChromeDriverCommand.php +++ b/src/Console/ChromeDriverCommand.php @@ -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}';