diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 1832eb03d..c3142f175 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -84,7 +84,7 @@ class EmbedCoverArtPlugin(BeetsPlugin): help='the image file to embed') embed_cmd.parser.add_option("-y", "--yes", action="store_true", help="skip confirmation") - embed_cmd.parser.add_option('-u', '--url', metavar='URL', + embed_cmd.parser.add_option('-u', '--url', help='the URL of the image file to embed') maxwidth = self.config['maxwidth'].get(int)