diff --git a/beetsplug/smartplaylist.py b/beetsplug/smartplaylist.py index 33dabad0c..c84f1c612 100644 --- a/beetsplug/smartplaylist.py +++ b/beetsplug/smartplaylist.py @@ -60,7 +60,7 @@ class SmartPlaylistPlugin(BeetsPlugin): def commands(self): def update(lib, opts, args): update_playlists(lib) - spl_update = ui.Subcommand('spl_update', + spl_update = ui.Subcommand('splupdate', help='update the smart playlists') spl_update.func = update return [spl_update]