diff options
author | Francis Dupont <fdupont@isc.org> | 2017-03-01 10:00:44 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-03-01 10:00:44 +0100 |
commit | e7fcce77b7db6596d86babbcef8e76590c06ea37 (patch) | |
tree | f2883c52dceb9a4e228ca512c759e58439a6add0 /doc/examples/kea4/backends.json | |
parent | [5061] contact_points -> contact-points (diff) | |
download | kea-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.json | 2 |
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. |