diff --git a/beetsplug/smartplaylist.py b/beetsplug/smartplaylist.py index 146cbf6ee..0a050794c 100644 --- a/beetsplug/smartplaylist.py +++ b/beetsplug/smartplaylist.py @@ -105,7 +105,8 @@ class SmartPlaylistPlugin(BeetsPlugin): "--dest-regen", action="store_true", dest="dest_regen", - help="regenerate the destination path as 'move' or 'convert' commands would do.", + help="regenerate the destination path as 'move' or 'convert' " + "commands would do.", ) spl_update.parser.add_option( "--relative-to",