Bug 32594: (QA follow-up) Fix POD

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-03-01 10:55:03 -03:00
parent 66e9bc71e4
commit a3087d76bd
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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