From ffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8 Mon Sep 17 00:00:00 2001
From: Paul Robertson <t.paulrobertson@gmail.com>
Date: Thu, 9 Jul 2015 23:40:35 -0400
Subject: [PATCH] add '--help' to heroku commands

---
 plugins/heroku/_heroku | 1 +
 1 file changed, 1 insertion(+)

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