fix doc
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user