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.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")')
p.add_argument('--light',type=str,choices=('controlled','adverse'),default='',dest='replay_light',help='Types of illumination conditions (controlled,adverse) (defaults to "%(default)s")')