Skip to content

Commit 801fe8d

Browse files
committed
Fix #36973: Command description consistency
1 parent a1eab2f commit 801fe8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function configure()
5858

5959
$this
6060
->addOption('format', null, InputOption::VALUE_REQUIRED, sprintf('The output format (%s)', $availableFormats), 'cli')
61-
->setDescription('Starts a dump server that collects and displays dumps in a single place')
61+
->setDescription('Start a dump server that collects and displays dumps in a single place')
6262
->setHelp(<<<'EOF'
6363
<info>%command.name%</info> starts a dump server that collects and displays
6464
dumps in a single place for debugging you application:

0 commit comments

Comments
 (0)