Skip to content

Commit 486c473

Browse files
committed
formatting
1 parent e4d760e commit 486c473

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Console/ChromeDriverCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class ChromeDriverCommand extends Command
1717
* @var string
1818
*/
1919
protected $signature = 'dusk:chrome-driver {version?}
20-
{--all : Install a ChromeDriver binary for every OS}
21-
{--proxy= : Proxy address e.g. "tcp://127.0.0.1:9000"}
22-
{--ssl-no-verify : Bypass SSL certificate verification}';
20+
{--all : Install a ChromeDriver binary for every OS}
21+
{--proxy= : The proxy to download the binary through (example: "tcp://127.0.0.1:9000")}
22+
{--ssl-no-verify : Bypass SSL certificate verification when installing through a proxy}';
2323

2424
/**
2525
* The console command description.
@@ -231,7 +231,7 @@ protected function rename($binary, $os)
231231
}
232232

233233
/**
234-
* Get URL using the 'proxy' and 'ssl-no-verify' command options.
234+
* Get the contents of a URL using the 'proxy' and 'ssl-no-verify' command options.
235235
*
236236
* @param string $url
237237
* @return string|bool

src/Console/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class InstallCommand extends Command
1212
* @var string
1313
*/
1414
protected $signature = 'dusk:install
15-
{--proxy= : Proxy address e.g. "tcp://127.0.0.1:9000"}
16-
{--ssl-no-verify : Bypass SSL certificate verification}';
15+
{--proxy= : The proxy to download the binary through (example: "tcp://127.0.0.1:9000")}
16+
{--ssl-no-verify : Bypass SSL certificate verification when installing through a proxy}';
1717

1818
/**
1919
* The console command description.

0 commit comments

Comments
 (0)