Update keyring.html.markdown

This commit is contained in:
James Phillips 2016-09-23 16:00:05 -07:00 committed by GitHub
parent 626321180a
commit 8a5d6f4d00
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
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
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.