]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3803] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Wed, 10 Jun 2015 14:15:17 +0000 (10:15 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 10 Jun 2015 14:15:17 +0000 (10:15 -0400)
Minor changes to admin text.

doc/guide/admin.xml

index 30753d3d82c5a3541354ceca694c3712dd4979f1..5b0cefbce7d232bc0a21e9a3d1c603c2c081899c 100644 (file)
@@ -54,8 +54,8 @@
     <para>
       To manage the databases, Kea provides the
       <command>kea-admin</command> tool. It is able to initialize
-      a new database, check its version number, and perform a
-      database upgrade.
+      a new database, check its version number, perform a
+      database upgrade, and dump lease data to a text file.
     </para>
 
     <para>
@@ -96,7 +96,8 @@
             <command>lease-dump</command> &mdash;
             Dumps the contents of the lease database (for MySQL or PostgreSQL
             backends) to CSV text file. The first line of the file contains
-            the column names.
+            the column names.  This is meant to be used as a diagnostic
+            tool that provides a portable, human-readable form of lease data.
           </simpara>
         </listitem>
       </itemizedlist>