# File lib/chef/knife/help.rb, line 69
      def print_help_topics
        ui.info "Available help topics are: "
        help_topics.collect {|t| t.gsub(/knife-/, '') }.sort.each do |topic|
          ui.msg "  #{topic}"
        end
      end