Update keyring.html.markdown

pull/2358/head
James Phillips 2016-09-23 16:00:05 -07:00 committed by GitHub
parent 247a872a11
commit c4c409be44
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ The list of available flags are:
* `-remove` - Remove the given key from the cluster. This operation may only be * `-remove` - Remove the given key from the cluster. This operation may only be
performed on keys which are not currently the primary key. performed on keys which are not currently the primary key.
* `-token=""` - ACL token to use during requests. Defaults to that of the agent.
* `-rpc-addr` - Address to the RPC server of the agent you want to contact * `-rpc-addr` - Address to the RPC server of the agent you want to contact
to send this command. If this isn't specified, the command will contact to send this command. If this isn't specified, the command will contact
"127.0.0.1:8400" which is the default RPC address of a Consul agent. "127.0.0.1:8400" which is the default RPC address of a Consul agent.