From 204f7a27dbaa6330531ef46008ec823a26addd3e Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 1 Mar 2023 10:55:03 -0300 Subject: [PATCH] Bug 32594: (QA follow-up) Fix POD Signed-off-by: Tomas Cohen Arazi --- misc/workers/es_indexer_daemon.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/workers/es_indexer_daemon.pl b/misc/workers/es_indexer_daemon.pl index 502c2fe6ae8..b871acefcf8 100755 --- a/misc/workers/es_indexer_daemon.pl +++ b/misc/workers/es_indexer_daemon.pl @@ -17,16 +17,16 @@ =head1 NAME -background_jobs_worker_es.pl - Worker script that will process background Elasticsearch jobs +es_indexer_daemon.pl - Worker script that will process background Elasticsearch jobs =head1 SYNOPSIS -./background_jobs_worker_es.pl --batch_size=X +./es_indexer_daemon.pl --batch_size=X Options: + -b --batch_size how many jobs to commit (default: 10) --help brief help message - -b --batch_size how many jobs to commit =head1 OPTIONS -- 2.34.1