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.