From 7f438d1b757fbe2ebf565f96ec9d6a2cbe03465b Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Tue, 28 Jan 2020 17:04:40 +0000 Subject: [PATCH] Improve help string consistency Reported by user "ABCbum" in comment (https://github.com/whipper-team/whipper/pull/436#discussion_r370068256). Signed-off-by: JoeLametta --- whipper/command/cd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 588afd5..4e44e12 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -293,7 +293,7 @@ Log files will log the path to tracks relative to this directory. default=False) self.parser.add_argument('-C', '--cover-art', action="store", dest="fetch_cover_art", - help="Fetch cover art and save it as " + help="fetch cover art and save it as " "standalone file, embed into FLAC files " "or perform both actions: file, embed, " "complete option values respectively",