From 36c0213e1e565be915cc7ff2e55f590956db2a26 Mon Sep 17 00:00:00 2001 From: PravinKShepHertz Date: Sun, 2 Jun 2013 09:46:09 +0530 Subject: [PATCH] available commands --- lib/heroku/command/help.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/heroku/command/help.rb b/lib/heroku/command/help.rb index 2fa8449e2..08c2b1d76 100644 --- a/lib/heroku/command/help.rb +++ b/lib/heroku/command/help.rb @@ -120,11 +120,14 @@ def summary_for_namespaces(namespaces) def help_for_root puts "Usage: heroku COMMAND [--app APP] [command-specific-options]" puts - puts "Primary help topics, type \"heroku help TOPIC\" for more details:" + puts "Currently available heroku commands are:" + puts + puts + puts " Primary help topics, type \"heroku help TOPIC\" for more details:" puts summary_for_namespaces(primary_namespaces) puts - puts "Additional topics:" + puts " Additional topics:" puts summary_for_namespaces(additional_namespaces) puts