From 0c23b98782520794f1d56b72be6dc10180b08b9c Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Tue, 15 Oct 2024 13:47:25 +0200 Subject: [PATCH] Bug 38173: Fix description of koha-dump --exclude-indexes To test: - Look at debian/scripts/koha-dump - The description of --exclude-indexes reads: "Include Zebra indexes on the backup" - Apply the patch - Look at the file again. The description is now: "Exclude Zebra indexes from the backup" Signed-off-by: David Nind Signed-off-by: Phil Ringnalda Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer --- 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 6ed0f1b683..e8e1b06df3 100755 --- a/debian/scripts/koha-dump +++ b/debian/scripts/koha-dump @@ -47,7 +47,7 @@ $scriptname [--quiet|-q] [--exclude-indexes] instancename1 [instancename2...] $scriptname -h|--help --schema-only Dump only the database schema - --exclude-indexes Include Zebra indexes on the backup + --exclude-indexes Exclude Zebra indexes from the backup --exclude-logs Exclude /var/log/koha/name from the backup --uploaded_files Include uploaded files. --uploaded_temp_files Include temporary uploaded files. -- 2.39.5