From: Chris Hofstaedtler Date: Thu, 26 Oct 2017 22:06:36 +0000 (+0200) Subject: dnsdist: fix client key option in console guide X-Git-Tag: rec-4.1.0-rc2~12^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52a7aa74e429157f2ceed5fbeedc7e4ad9b39af4;p=thirdparty%2Fpdns.git dnsdist: fix client key option in console guide --- diff --git a/pdns/dnsdistdist/docs/guides/console.rst b/pdns/dnsdistdist/docs/guides/console.rst index 037ce8e939..e22a56b1c2 100644 --- a/pdns/dnsdistdist/docs/guides/console.rst +++ b/pdns/dnsdistdist/docs/guides/console.rst @@ -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::