Skip to content

Commit d92e00f

Browse files
kbondfabpot
andauthored
Apply suggestions from code review
Co-authored-by: Fabien Potencier <fabien@potencier.org>
1 parent 51ee1f4 commit d92e00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Scheduler/Command/DebugCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author Kevin Bond <kevinbond@gmail.com>
3030
*/
31-
#[AsCommand(name: 'debug:scheduler', description: 'List schedules and their jobs')]
31+
#[AsCommand(name: 'debug:scheduler', description: 'List schedules and their recurring messages')]
3232
final class DebugCommand extends Command
3333
{
3434
private array $scheduleNames;
@@ -45,7 +45,7 @@ protected function configure(): void
4545
$this
4646
->addArgument('schedule', InputArgument::OPTIONAL | InputArgument::IS_ARRAY, sprintf('The schedule name (one of "%s")', implode('", "', $this->scheduleNames)), null, $this->scheduleNames)
4747
->setHelp(<<<'EOF'
48-
The <info>%command.name%</info> lists schedules and their jobs:
48+
The <info>%command.name%</info> lists schedules and their recurring messages:
4949
5050
<info>php %command.full_name%</info>
5151

0 commit comments

Comments
 (0)