class Fission::Command::SnapshotDelete
def option_parser
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