diff options
author | Paul Robertson <t.paulrobertson@gmail.com> | 2015-07-09 23:40:35 -0400 |
---|---|---|
committer | Paul Robertson <t.paulrobertson@gmail.com> | 2015-07-09 23:40:35 -0400 |
commit | ffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8 (patch) | |
tree | 10661a61d232d8d0ff71dde4c35f954f463ec338 /plugins | |
parent | 3ea33841863c4f5f22a27e64ae7950d901b674af (diff) | |
download | zsh-ffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8.tar.gz zsh-ffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8.tar.bz2 zsh-ffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8.zip |
add '--help' to heroku commands
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/heroku/_heroku | 1 |
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 |