From a157ad59e5e56acb0426d84a6cf471374c6ca99d Mon Sep 17 00:00:00 2001 From: Colin Campbell <colin.campbell@ptfs-europe.com> Date: Wed, 5 Sep 2012 14:03:13 +0100 Subject: [PATCH] Bug 8727 Minor stylistic change to help text indexing not indexation some minor grammatical changes --- misc/migration_tools/rebuild_zebra_sliced.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/migration_tools/rebuild_zebra_sliced.sh b/misc/migration_tools/rebuild_zebra_sliced.sh index f1b73f9..3874d08 100755 --- a/misc/migration_tools/rebuild_zebra_sliced.sh +++ b/misc/migration_tools/rebuild_zebra_sliced.sh @@ -5,9 +5,9 @@ usage() { cat <<EOF $scriptname -Index Koha records by chunks. It is useful when some record causes errors and -stop the indexation process. With this script, if indexation of one chunk fails, -chunk is splitted in two or more chunks, and indexation continue on these chunks. +Index Koha records by chunks. It is useful when a record causes errors and +stops the indexing process. With this script, if indexing of one chunk fails, +ithat chunk is split into two or more chunks, and indexing continues on these chunks. rebuild_zebra.pl is called only once to export records. Splitting and indexing is handled by this script (using yaz-marcdump and zebraidx). -- 1.7.12.146.g16d26b1