summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea4/backends.json
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-03-01 10:00:44 +0100
committerFrancis Dupont <fdupont@isc.org>2017-03-01 10:00:44 +0100
commite7fcce77b7db6596d86babbcef8e76590c06ea37 (patch)
treef2883c52dceb9a4e228ca512c759e58439a6add0 /doc/examples/kea4/backends.json
parent[5061] contact_points -> contact-points (diff)
downloadkea-e7fcce77b7db6596d86babbcef8e76590c06ea37.tar.xz
kea-e7fcce77b7db6596d86babbcef8e76590c06ea37.zip
[5061] contact_points -> contact-points
Diffstat (limited to 'doc/examples/kea4/backends.json')
-rw-r--r--doc/examples/kea4/backends.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/kea4/backends.json b/doc/examples/kea4/backends.json
index f3cc1fcf29..e7b77d074d 100644
--- a/doc/examples/kea4/backends.json
+++ b/doc/examples/kea4/backends.json
@@ -63,7 +63,7 @@
# 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
# sure it is up, running and properly initialized. See kea-admin documentation
# for details on how to initialize the database. The only strictly required
-# parameters are type, keyspace and contact_points. At least one contact point
+# parameters are type, keyspace and contact-points. At least one contact point
# must be specified, but more than one is required for redundancy. Make sure
# you specify the contact points without spaces. Kea must be compiled with
# --with-cql option to use this backend.