p.add_argument('--protocol',type=str,dest="replay_protocol",default='grandtest',help='The REPLAY-ATTACK protocol type may be specified instead of the id switch to subselect a smaller number of files to operate on',choices=protocols)
p=subparser.add_parser(entry_point_name,
help=self.short_description(),
description=desc,
formatter_class=RawDescriptionHelpFormatter)
p.add_argument('--support',type=str,choices=('fixed','hand'),default='',dest='replay_support',help='One of the valid supported attacks (fixed, hand) (defaults to "%(default)s")')
help='The protocol type may be specified instead of the the id switch to subselect a smaller number of files to operate on (defaults to "%(default)s")')
p.add_argument('--light',type=str,choices=('controlled','adverse'),default='',dest='replay_light',help='Types of illumination conditions (controlled,adverse) (defaults to "%(default)s")')