From ecf203f8fcbfdb845bb09992203501cfa432d23a Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Thu, 8 Sep 2016 15:10:33 +0200 Subject: [PATCH] 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 --- debian/docs/koha-remove.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/docs/koha-remove.xml b/debian/docs/koha-remove.xml index 69079be..2fc1970 100644 --- a/debian/docs/koha-remove.xml +++ b/debian/docs/koha-remove.xml @@ -25,18 +25,28 @@ koha-remove + instancename Options + Leave the MySQL database and user when removing the Koha instance. + + + + + Removes all instance files in /var/lib/koha and /var/spool/koha. + + + -- 1.9.1