summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-08-30 21:50:22 -0700
committerRobby Russell <robby@planetargon.com>2015-08-30 21:50:22 -0700
commiteb12ec1dc8cc92e80236149fa8c43c97e64b7f3a (patch)
tree802276bbc3b91adf31b2b80660503bec869c9f16
parentac85faa262783f3e2f712a93293daa24c5fb10fb (diff)
parentffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8 (diff)
downloadzsh-eb12ec1dc8cc92e80236149fa8c43c97e64b7f3a.tar.gz
zsh-eb12ec1dc8cc92e80236149fa8c43c97e64b7f3a.tar.bz2
zsh-eb12ec1dc8cc92e80236149fa8c43c97e64b7f3a.zip
Merge pull request #4146 from perobertson/heroku-help
[heroku] add '--help' as an option to commands
-rw-r--r--plugins/heroku/_heroku1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/heroku/_heroku b/plugins/heroku/_heroku
index bb2f7403f..fd72e530e 100644
--- a/plugins/heroku/_heroku
+++ b/plugins/heroku/_heroku
@@ -143,5 +143,6 @@ _arguments \
$_command_args \
'(--app)--app[the app name]' \
'(--remote)--remote[the remote name]' \
+ '(--help)--help[help about the current command]' \
&& return 0