# File lib/rubygems/commands/list_command.rb, line 8
      def initialize
        super 'list', 'Display gems whose name starts with STRING'

        remove_option('--name-matches')
      end