[SCM] morituri/master: fix doc

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:02 UTC 2014


The following commit has been merged in the master branch:
commit fdab6f1e3f0ae4ce3e7b373fff3aad861a88212d
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri Mar 1 18:44:47 2013 +0100

    fix doc

diff --git a/morituri/rip/image.py b/morituri/rip/image.py
index a9afef8..4c19c15 100644
--- a/morituri/rip/image.py
+++ b/morituri/rip/image.py
@@ -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()

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list