diff --git a/whipper/command/cd.py b/whipper/command/cd.py index ab10771..a6fa562 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -42,7 +42,7 @@ DEFAULT_DISC_TEMPLATE = u'%r/%A - %d/%A - %d' TEMPLATE_DESCRIPTION = ''' Tracks are named according to the track template, filling in the variables -and adding the file extension. Variables exclusive to the track template are: +and adding the file extension. Variables exclusive to the track template are: - %t: track number - %a: track artist - %n: track title @@ -198,7 +198,7 @@ class _CD(BaseCommand): class Info(_CD): summary = "retrieve information about the currently inserted CD" - description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip" + description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip " "information for the currently inserted CD.") eject = False diff --git a/whipper/command/image.py b/whipper/command/image.py index 2c5517c..89d326e 100644 --- a/whipper/command/image.py +++ b/whipper/command/image.py @@ -70,7 +70,7 @@ Verifies the image from the given .cue files against the AccurateRip database. class Image(BaseCommand): summary = "handle images" description = """ -Handle disc images. Disc images are described by a .cue file. +Handle disc images. Disc images are described by a .cue file. Disc images can be verified. """ subcommands = {