# File lib/fission/command/snapshot_revert.rb, line 22 def option_parser optparse = OptionParser.new do |opts| opts.banner = "Usage: fission snapshot revert TARGET_VM TARGET_SNAPSHOT" opts.separator '' opts.separator 'Reverts TARGET_VM to TARGET_SNAPSHOT' end optparse end