From 0b309ec80e8e2b7f863cc462462f3bda2f7645ef Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 9 Aug 2013 10:05:23 +0200 Subject: [PATCH] Bug 10622 - [SIGNED OFF] Followup: Add --sip, --nosip and --help to man page The original patch for bug 10622 added the --sip, --nosip and --help switches to the koha-list command, but did not update the manpage for the command. This patch does. To test: Run these commands and look at the formatted man page: $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-list.xml $ man -l koha-list.8 Make sure this test passes: $ prove -v xt/verify-debian-docbook.t Signed-off-by: Tomas Cohen Arazi Forgot the docs this time, good catch Magnus Signed-off-by: Robin Sheat --- debian/docs/koha-list.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/debian/docs/koha-list.xml b/debian/docs/koha-list.xml index b58847e..39eee43 100644 --- a/debian/docs/koha-list.xml +++ b/debian/docs/koha-list.xml @@ -17,13 +17,17 @@ koha-list - Lists Koha instances, optionally only those that are enabled or have email turned on. + Lists Koha instances, and optionally only those that are enabled/disabled or have email and/or sip turned on/off. UNIX/Linux - koha-list | | + koha-list + | + | + | + | @@ -55,7 +59,20 @@ - + + + Only show instances that have sip enabled. + + + + + + Only show instances that do not have sip enabled. + + + + + | This help. @@ -64,7 +81,7 @@ Description - Lists Koha instances, optionally only those that are enabled or have email turned on. + This script lists Koha instances on a server. Optionally only those that are enabled or disabled can be listed. There are also options for listing only servers that have email or sip enabled/disabled. These limits can be applied alone or in combination. See also -- 1.8.1.2