updated release notes for 3.14.0 beta
[koha.git] / debian / docs / koha-remove.xml
index 5d5767f..69079be 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>
 
   <refnamediv>
     <refname>koha-remove</refname>
-    <refpurpose>Remove one or more Koha instance(s).</refpurpose>
+    <refpurpose>Remove a Koha instance.</refpurpose>
     <refclass>UNIX/Linux</refclass>
   </refnamediv>
 
   <refsynopsisdiv>
     <cmdsynopsis>
       <command>koha-remove</command>
-      <arg choice="req" rep="repeat">instancename</arg>
+      <arg><option>--keep-mysql</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>
+  </variablelist>
+  </refsect1>
+
   <refsect1><title>Description</title>
-  <para>Remove one or more Koha instance(s). This removes all files associated with a Koha instance.</para>
+  <para>Remove a Koha instance.</para>
   </refsect1>
+
+  <refsect1><title>See also</title>
+  <simplelist type="inline">
+    <member><command>koha-disable(8)</command></member>
+    <member><command>koha-dump(8)</command></member>
+    <member><command>koha-enable(8)</command></member>
+    <member><command>koha-restore(8)</command></member>
+  </simplelist>
+  </refsect1>
+
 </refentry>
 
 </article>