# File lib/heroku/pgutils.rb, line 6
  def display_info(label, info)
    display(format("%-12s %s", label, info))
  end