# File lib/rubygems/gem_commands.rb, line 869
    def initialize
      super(
        'list',
        'Display all gems whose name starts with STRING'
      )
      remove_option('--name-matches')
    end