Remove documentation about assigning node-id

This commit is contained in:
Alex Dadgar
2016-03-04 10:36:30 -08:00
parent 0e1ca4b2ce
commit 44f5d75315
2 changed files with 0 additions and 5 deletions

View File

@@ -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.

View File

@@ -389,7 +389,6 @@ via CLI arguments. The `agent` command accepts the following arguments:
* `-node=<name>`: Equivalent to the [name](#name) config option.
* `-node-class=<class>`: Equivalent to the Client [node_class](#node_class)
config option.
* `-node-id=<uuid>`: Equivalent to the Client [node_id](#node_id) config option.
* `-region=<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.