From dadcc5c54e8b1cfb5d5a02f17ec58c98114dc30d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 Feb 2013 20:54:09 +0100 Subject: [PATCH] add summary --- morituri/rip/cd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py index 1d47c73..78611f8 100644 --- a/morituri/rip/cd.py +++ b/morituri/rip/cd.py @@ -167,7 +167,7 @@ class _CD(logcommand.LogCommand): class Info(_CD): - pass + summary = "retrieve information about the currently inserted CD" class Rip(_CD):