diff --git a/core/lib/Drupal/Core/Command/ServerCommand.php b/core/lib/Drupal/Core/Command/ServerCommand.php
index 580793eb7738c898942bbf52c956ce0a0fc39b55..182167a4c45eedff0e136c870744779c843be1f5 100644
--- a/core/lib/Drupal/Core/Command/ServerCommand.php
+++ b/core/lib/Drupal/Core/Command/ServerCommand.php
@@ -219,7 +219,7 @@ protected function start($host, $port, DrupalKernelInterface $kernel, InputInter
     $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) {