From c4c409be44b817024e357af2f09de84ec73e698f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 23 Sep 2016 16:00:05 -0700 Subject: [PATCH] Update keyring.html.markdown --- website/source/docs/commands/keyring.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/commands/keyring.html.markdown b/website/source/docs/commands/keyring.html.markdown index 4d85bf0f6f..b2dba7defa 100644 --- a/website/source/docs/commands/keyring.html.markdown +++ b/website/source/docs/commands/keyring.html.markdown @@ -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.