# File lib/fission/command/snapshot_create.rb, line 22
      def option_parser
        optparse = OptionParser.new do |opts|
          opts.banner = "Usage: fission snapshot create TARGET_VM SNAPSHOT_NAME"
          opts.separator ''
          opts.separator 'Creates a snapshot of TARGET_VM named SNAPSHOT_NAME'
        end

        optparse
      end