Browse Source

Bug 17266 - Update man page for koha-remove with -p

Bug 9754 added the -p|--purge-all option to koha-remove, but this
was not documented in the man page. This patch fixes that.

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-remove.xml
$ man -l koha-remove.8

Make sure this test passes:
$ prove -v xt/verify-debian-docbook.t

Signed-off-by: Liz Rea <liz@catalyst.net.nz>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
16.11.x
Magnus Enger 8 years ago
committed by Kyle M Hall
parent
commit
a5806c21d0
  1. 10
      debian/docs/koha-remove.xml

10
debian/docs/koha-remove.xml

@ -25,18 +25,28 @@
<cmdsynopsis>
<command>koha-remove</command>
<arg><option>--keep-mysql</option></arg>
<arg><option>--purge-all</option></arg>
<arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Options</title>
<variablelist>
<varlistentry>
<term><option>--keep-mysql</option></term>
<listitem>
<para>Leave the MySQL database and user when removing the Koha instance.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--purge-all</option></term>
<listitem>
<para>Removes all instance files in /var/lib/koha and /var/spool/koha.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

Loading…
Cancel
Save