Bugzilla – Attachment 115259 Details for
Bug 17429
Document the --plack option for koha-list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17429: document the --plack/--noplack options of koha-list
Bug-17429-document-the---plack--noplack-options-of.patch (text/plain), 2.20 KB, created by
Katrin Fischer
on 2021-01-18 23:19:52 UTC
(
hide
)
Description:
Bug 17429: document the --plack/--noplack options of koha-list
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-18 23:19:52 UTC
Size:
2.20 KB
patch
obsolete
>From ce620bbe9a84e8ceb00fdb90ac0f567d06c3ec5d Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >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 > >Signed-off-by: Mazen Khallaf <mazen.i.khallaf@gamil.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 @@ > <arg><option>--enabled</option>|<option>--disabled</option></arg> > <arg><option>--email</option>|<option>--noemail</option></arg> > <arg><option>--sip</option>|<option>--nosip</option></arg> >+ <arg><option>--plack</option>|<option>--noplack</option></arg> > <arg><option>-h</option>|<option>--help</option></arg> > </cmdsynopsis> > </refsynopsisdiv> >@@ -70,6 +71,18 @@ > <para>Only show instances that do not have SIP enabled.</para> > </listitem> > </varlistentry> >+ <varlistentry> >+ <term><option>--plack</option></term> >+ <listitem> >+ <para>Only show instances that have Plack enabled.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--noplack</option></term> >+ <listitem> >+ <para>Only show instances that do not have Plack enabled.</para> >+ </listitem> >+ </varlistentry> > > <varlistentry> > <term><option>-h</option>|<option>--help</option></term> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17429
:
114720
|
115253
| 115259