From b060cb173afdae2136c48b45eb5c9a8154c64313 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 10 Mar 2025 10:51:11 +0000 Subject: [PATCH] Bug 38408: (QA follow-up) Add --forks to usage statement Content-Type: text/plain; charset=utf-8 Test plan: Run script with -h Signed-off-by: Marcel de Rooy --- misc/migration_tools/rebuild_zebra.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl index b3fa97a0f5..6a0e1f11b7 100755 --- a/misc/migration_tools/rebuild_zebra.pl +++ b/misc/migration_tools/rebuild_zebra.pl @@ -1041,6 +1041,10 @@ Parameters: --table specify a table (can be items, biblioitems, biblio, biblio_metadata) to retrieve biblionumber to index. biblioitems is the default value. + --forks specify the number of processes (forks) for parallel + exporting authority or biblio records (does not + apply to the indexing step) + --help or -h show this message. _USAGE_ } -- 2.39.5