From 52a7aa74e429157f2ceed5fbeedc7e4ad9b39af4 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 27 Oct 2017 00:06:36 +0200 Subject: [PATCH] dnsdist: fix client key option in console guide --- pdns/dnsdistdist/docs/guides/console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2