Skip to content

Commit

Permalink
Added help text for -dev option hashicorp#1804 for zsh completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
talonx committed Mar 28, 2016
1 parent 958a4e4 commit a938cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/zsh-completion/_consul
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ __agent() {
'-config-file=[(foo) Path to a JSON file to read configuration from]' \
'-data-dir=[(path) Path to a data directory to store agent state]' \
'-dc=[(east-aws) Datacenter of the agent]' \
'-dev=[Starts the agent in development mode]' \
'-dev[Starts the agent in development mode]' \
'-encrypt=[(key) Provides the gossip encryption key]' \
'-join=[(1.2.3.4) Address of an agent to join at start time]' \
'-log-level=[(info) Log level of the agent]' \
Expand Down

0 comments on commit a938cf0

Please sign in to comment.