# File lib/fission/command/snapshot_delete.rb, line 22 def option_parser optparse = OptionParser.new do |opts| opts.banner = "Usage: fission snapshot delete TARGET_VM SNAPSHOT_NAME" opts.separator '' opts.separator 'Deletes the snapshot SNAPSHOT_NAME of TARGET_VM' end optparse end