From af4287d8a37ef216975df242faa81a22277d4306 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 14 Nov 2023 21:04:16 +0100 Subject: Update core/Command/Background/ListCommand.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Jonas --- core/Command/Background/ListCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Command/Background/ListCommand.php b/core/Command/Background/ListCommand.php index 4d5329ec22f..ef5b478a197 100644 --- a/core/Command/Background/ListCommand.php +++ b/core/Command/Background/ListCommand.php @@ -70,7 +70,7 @@ class ListCommand extends Base { $jobsInfo = $this->formatJobs($this->jobList->getJobsIterator($input->getOption('class'), $limit, (int)$input->getOption('offset'))); $this->writeTableInOutputFormat($input, $output, $jobsInfo); if ($input->getOption('output') === self::OUTPUT_FORMAT_PLAIN && count($jobsInfo) >= $limit) { - $output->writeln("\nOutput is currently limited to first " . $limit . " jobs. Specify `-l, --limit[=LIMIT]` to override."); + $output->writeln("\nOutput is currently limited to " . $limit . " jobs. Specify `-l, --limit[=LIMIT]` to override."); } return 0; } -- cgit v1.2.3