From 28b60479169e8e3f84d425c02b7597704d8336a0 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Tue, 29 Dec 2020 10:41:38 +0100 Subject: [PATCH] Bug 17429: document the --plack/--noplack options of koha-list The man page of koha-list does not list the --plack and --noplack options. This patch fixes that. Test plan: 1) View the current man page for `koha-list` (with `man koha-list`) and notice how the --plack and --noplack options are missing. 2) Apply this patch. 3) Run the following command to re-generate the man page: xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-list.xml View the manual page again (with `man -l koha-list.8`), the two options are now displayed under SYNOPSIS and OPTIONS. 4) Make sure this test passes: prove -v xt/verify-debian-docbook.t --- debian/docs/koha-list.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/docs/koha-list.xml b/debian/docs/koha-list.xml index 1b2129e27b..828831a23f 100644 --- a/debian/docs/koha-list.xml +++ b/debian/docs/koha-list.xml @@ -27,6 +27,7 @@ | | | + | | @@ -70,6 +71,18 @@ Only show instances that do not have SIP enabled. + + + + Only show instances that have Plack enabled. + + + + + + Only show instances that do not have Plack enabled. + + | -- 2.11.0