From fea1d135be0f7e9ee55ae27f510861fe4c159307 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Jul 2019 09:55:41 +0000 Subject: [PATCH] Bug 23345: Rename include-indexes to exclude-indexes in koha-dump Trivial edit. The usage statement is wrong. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize --- debian/scripts/koha-dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump index ff171a0551..3749472127 100755 --- a/debian/scripts/koha-dump +++ b/debian/scripts/koha-dump @@ -40,7 +40,7 @@ $scriptname This script dumps your Koha instance data for backup or migration. Usage: -$scriptname [--quiet|-q] [--include-indexes|-i] instancename1 [instancename2...] +$scriptname [--quiet|-q] [--exclude-indexes] instancename1 [instancename2...] $scriptname -h|--help --exclude-indexes Include Zebra indexes on the backup. -- 2.20.1