From 637dcee822d24ea7e7e669b6aaa8b64e67ccac00 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 23 Oct 2024 18:01:08 -0300 Subject: [PATCH] Bug 38249: Fix typo in koha-list --help Signed-off-by: Tomas Cohen Arazi Signed-off-by: Phil Ringnalda --- debian/scripts/koha-list | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/debian/scripts/koha-list b/debian/scripts/koha-list index 3f3fcc90f2..8cfa034700 100755 --- a/debian/scripts/koha-list +++ b/debian/scripts/koha-list @@ -280,21 +280,21 @@ email turned on. Usage: $scriptname [--enabled|--disabled] [--email|--noemail] [--sip|--nosip] [-h] Options: - --enabled Show enabled instances - --disabled Show disabled instances - --elasticsearch Show instances with Elasticsearch enabled - --noelasticsarch Show instances with Elasticsearch disabled - --email Show instances with email enabled - --noemail Show instances with email disabled - --sip Show instances with SIP enabled - --nosip Show instances with SIP disabled - --plack Show instances with Plack enabled - --noplack Show instances with Plack disabled - --letsencrypt Show instances with letsencrypt enabled - --noletsencrypt Show instances with letsencrypt disabled - --z3950 Show instances with Z39.50/SRU enabled - --noz3950 Show instances with Z39.50/SRU disabled - --help | -h Show this help + --enabled Show enabled instances + --disabled Show disabled instances + --elasticsearch Show instances with Elasticsearch enabled + --noelasticsearch Show instances with Elasticsearch disabled + --email Show instances with email enabled + --noemail Show instances with email disabled + --sip Show instances with SIP enabled + --nosip Show instances with SIP disabled + --plack Show instances with Plack enabled + --noplack Show instances with Plack disabled + --letsencrypt Show instances with letsencrypt enabled + --noletsencrypt Show instances with letsencrypt disabled + --z3950 Show instances with Z39.50/SRU enabled + --noz3950 Show instances with Z39.50/SRU disabled + --help | -h Show this help The filtering options can be combined, and you probably want to do this (except --email and --noemail, or --enabled and --disabled, that's just silly.) -- 2.44.0