This commit is contained in:
Thomas Vander Stichele
2013-03-01 18:44:47 +01:00
parent 55a2325e1e
commit fdab6f1e3f

View File

@@ -200,8 +200,13 @@ class Rename(logcommand.LogCommand):
class Verify(logcommand.LogCommand):
usage = '[CUEFILE]...'
summary = "verify image"
description = '''
Verifies the image from the given .cue files against the AccurateRip database.
'''
def do(self, args):
prog = program.Program()
runner = task.SyncRunner()