BUGFIX: typo

This commit is contained in:
Jeroen De Meerleer 2022-08-09 17:33:06 +02:00
parent 5b5eff0221
commit c7fb9ae2dd
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

2
src/Command/RunCommand.php Normal file → Executable file
View File

@ -26,7 +26,7 @@ class RunCommand extends Command
protected function configure()
{
$this
->setDescription('RunRepository a single cronjob')
->setDescription('Run a single cronjob')
->setHelp('This command runs a single command')
->addArgument('jobid', InputArgument::REQUIRED, 'The id of the job to be run');
}