From 958a4e43b7d3706f477a70595559d9c51c8863d0 Mon Sep 17 00:00:00 2001 From: Hrishikesh Barua Date: Mon, 28 Mar 2016 19:07:55 +0530 Subject: [PATCH] Added help text for -dev option #1804 for zsh completion. --- contrib/zsh-completion/_consul | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/zsh-completion/_consul b/contrib/zsh-completion/_consul index 4ef3d0e406..bc8c732c69 100755 --- a/contrib/zsh-completion/_consul +++ b/contrib/zsh-completion/_consul @@ -41,6 +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]' \ '-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]' \