Issue #2969718 by runeasgar, alexpott: The quick-start script could make it clearer than Ctrl+C is used to kill the server

merge-requests/1654/head
Alex Pott 2018-05-07 10:52:35 +01:00
parent 7aa745c527
commit 0652f65039
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class ServerCommand extends Command {
$io->writeln('<info>This server is not meant for production use.</info>');
$one_time_login = "http://$host:$port{$this->getOneTimeLoginUrl()}/login";
$io->writeln("<info>One time login url:</info> <$one_time_login>");
$io->writeln('Press Ctrl-C to quit.');
$io->writeln('Press Ctrl-C to quit the Drupal development server.');
if (!$input->getOption('suppress-login')) {
if ($this->openBrowser("$one_time_login?destination=" . urlencode("/"), $io) === 1) {