From: Thomas Markwalder Date: Wed, 10 Jun 2015 14:15:17 +0000 (-0400) Subject: [3803] Addressed review comments X-Git-Tag: trac3732a_base~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5f38fe78926fb60fe67bbe87464dd9cac77cac0;p=thirdparty%2Fkea.git [3803] Addressed review comments Minor changes to admin text. --- diff --git a/doc/guide/admin.xml b/doc/guide/admin.xml index 30753d3d82..5b0cefbce7 100644 --- a/doc/guide/admin.xml +++ b/doc/guide/admin.xml @@ -54,8 +54,8 @@ To manage the databases, Kea provides the kea-admin 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. @@ -96,7 +96,8 @@ lease-dump — 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.