Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

descriptive heroku --help #815

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions lib/heroku/command/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down