# File lib/rhc/output_helpers.rb, line 143
    def display_no_info(type)
      say_table \
        nil,
        ["This #{type} has no information to show"]
    end