class PhusionPassenger::Config::ListInstancesCommand

def parse_options

def parse_options
  super
  if !@argv.empty?
    help
    abort
  end
end