]> granicus.if.org Git - pdns/commitdiff
dnsdist: fix client key option in console guide
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 26 Oct 2017 22:06:36 +0000 (00:06 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 26 Oct 2017 22:06:36 +0000 (00:06 +0200)
pdns/dnsdistdist/docs/guides/console.rst

index 037ce8e9397ad719724b75b2568e367745a2c9e7..e22a56b1c29f874258b1b152614f92772815f800 100644 (file)
@@ -32,7 +32,7 @@ If you want to connect over the network, create a configuration file with the sa
 
 Alternatively, you can specify the address and key on the client commandline::
 
-  dnsdist -K "ENCODED KEY" -c 192.0.2.53:5199
+  dnsdist -k "ENCODED KEY" -c 192.0.2.53:5199
 
 .. warning::