[SCM] morituri/master: * morituri/rip/image.py: Document image subcommand. Fixes #61.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:23 UTC 2014


The following commit has been merged in the master branch:
commit e2a1ab08c7493ec8b8d62988a60c961af7a00e96
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat May 21 16:05:12 2011 +0000

    	* morituri/rip/image.py:
    	  Document image subcommand.  Fixes #61.

diff --git a/ChangeLog b/ChangeLog
index 79e8594..d1c3fae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/rip/image.py:
+	  Document image subcommand.  Fixes #61.
+
+2011-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/test/Makefile.am:
 	  Package error progress output.  Fixes distcheck on slaves.
 
diff --git a/morituri/rip/image.py b/morituri/rip/image.py
index 98f8b88..346438e 100644
--- a/morituri/rip/image.py
+++ b/morituri/rip/image.py
@@ -164,4 +164,10 @@ class Verify(logcommand.LogCommand):
 class Image(logcommand.LogCommand):
     summary = "handle images"
 
+    description = """
+Handle disc images.  Disc images are described by a .cue file.
+Disc images can be encoded to another format (for example, to make a
+compressed encoding), retagged and verified.
+"""
+
     subCommandClasses = [Encode, Retag, Verify, ]

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list