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