mirror of https://github.com/status-im/consul.git
Merge pull request #1890 from talonx/master
Added help text for -dev option #1804 for zsh completion.
This commit is contained in:
commit
021627fcc5
|
@ -41,6 +41,7 @@ __agent() {
|
||||||
'-config-file=[(foo) Path to a JSON file to read configuration from]' \
|
'-config-file=[(foo) Path to a JSON file to read configuration from]' \
|
||||||
'-data-dir=[(path) Path to a data directory to store agent state]' \
|
'-data-dir=[(path) Path to a data directory to store agent state]' \
|
||||||
'-dc=[(east-aws) Datacenter of the agent]' \
|
'-dc=[(east-aws) Datacenter of the agent]' \
|
||||||
|
'-dev[Starts the agent in development mode]' \
|
||||||
'-encrypt=[(key) Provides the gossip encryption key]' \
|
'-encrypt=[(key) Provides the gossip encryption key]' \
|
||||||
'-join=[(1.2.3.4) Address of an agent to join at start time]' \
|
'-join=[(1.2.3.4) Address of an agent to join at start time]' \
|
||||||
'-log-level=[(info) Log level of the agent]' \
|
'-log-level=[(info) Log level of the agent]' \
|
||||||
|
|
Loading…
Reference in New Issue