Fix formatting in exec help

The description for `-node` was separated by tabs instead of spaces,
causing it to be incorrectly aligned.
This commit is contained in:
David Wittman 2016-02-06 12:28:56 -06:00
parent d034afbcec
commit 0b90de4d1b
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ Options:
-http-addr=127.0.0.1:8500 HTTP address of the Consul agent.
-datacenter="" Datacenter to dispatch in. Defaults to that of agent.
-prefix="_rexec" Prefix in the KV store to use for request data
-node="" Regular expression to filter on node names
-node="" Regular expression to filter on node names
-service="" Regular expression to filter on service instances
-tag="" Regular expression to filter on service tags. Must be used
with -service.