From 5fd071a184140cb23efffcfc22748cf913caad33 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Tue, 22 Sep 2015 01:59:17 -0700 Subject: [PATCH] command/agent: fix help usage --- command/agent/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/command.go b/command/agent/command.go index e60a4dbac..5ae321f5d 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -525,7 +525,7 @@ General Options (clients and servers): downloaded artifacts used by drivers. On server nodes, the data dir is also used to store the replicated log. - -datacenter= + -dc= The name of the datacenter this Nomad agent is a member of. By default this is set to "dc1".