diff --git a/command/agent/command.go b/command/agent/command.go index 9bb4c08fc..5d68e24c2 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -774,10 +774,6 @@ Client Options: A list of known server addresses to connect to given as "host:port" and delimited by commas. - -node-id - A unique identifier for the node to use. If not provided, a UUID is - generated. - -node-class Mark this node as a member of a node-class. This can be used to label similiar node types. diff --git a/website/source/docs/agent/config.html.md b/website/source/docs/agent/config.html.md index 13a21a529..45213f4ca 100644 --- a/website/source/docs/agent/config.html.md +++ b/website/source/docs/agent/config.html.md @@ -389,7 +389,6 @@ via CLI arguments. The `agent` command accepts the following arguments: * `-node=`: Equivalent to the [name](#name) config option. * `-node-class=`: Equivalent to the Client [node_class](#node_class) config option. -* `-node-id=`: Equivalent to the Client [node_id](#node_id) config option. * `-region=`: Equivalent to the [region](#region) config option. * `-rejoin`: Equivalent to the [rejoin_after_leave](#rejoin_after_leave) config option. * `-retry-interval`: Equivalent to the [retry_interval](#retry_interval) config option.