From 84f04ff4c921a3b6829bc615bf45fe3bbb4bf282 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Mon, 23 Feb 2015 09:32:09 -0800 Subject: [PATCH] command: clarify -recursor agent arg --- command/agent/command.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/agent/command.go b/command/agent/command.go index 90bd9b216f..dfc5483939 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -861,7 +861,8 @@ Options: as configuration in this directory in alphabetical order. -data-dir=path Path to a data directory to store agent state - -recursor Address of an upstream DNS server + -recursor=1.2.3.4 Address of an upstream DNS server. + Can be specified multiple times. -dc=east-aws Datacenter of the agent -encrypt=key Provides the gossip encryption key -join=1.2.3.4 Address of an agent to join at start time.