Bug 20144: [sql_modes] Remove HAVING clause in GetBorrowersToExpunge
[koha.git] / debian / docs / koha-remove.xml
index 4e272f8..2fc1970 100644 (file)
@@ -3,7 +3,7 @@
 <info>
 <productname>Koha</productname> is the first free software library automation package.
 <author>
-  <orgname>The Koha Communnity</orgname>
+  <orgname>The Koha Community</orgname>
   <uri>http://koha-community.org/</uri>
 </author>
 </info>
     <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>