@@ -110,7 +110,7 @@ class Interface(BaseInterface):
parser.add_argument('-e','--extension',default='',help="if given, this extension will be appended to every entry returned.")
parser.add_argument('-p','--protocol',help="if given, limits the dump to a particular subset of the data that corresponds to the given protocol.",choices=db.protocol_names()ifdb.is_valid()else())
parser.add_argument('-u','--purpose',help="if given, this value will limit the output files to those designed for the given purposes.",choices=db.purposes()ifdb.is_valid()else())
parser.add_argument('-m','--models',type=int,help="if given, limits the dump to a particular model")
parser.add_argument('-m','--models',type=str,help="if given, limits the dump to a particular model")
parser.add_argument('-g','--group',help="if given, this value will limit the output files to those belonging to a particular protocolar group.",choices=db.groups()ifdb.is_valid()else())
parser.add_argument('-c','--class',dest='sclass',help="if given, this value will limit the output files to those belonging to the given classes.",choices=('client','impostor'))