# File lib/fission/command/snapshot_list.rb, line 26 def option_parser optparse = OptionParser.new do |opts| opts.banner = "Usage: fission snapshot list TARGET_VM" opts.separator '' opts.separator 'Lists all of the snapshots for TARGET_VM' end optparse end