]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/startopt.py
Fixed help message typo
[mpd-sima.git] / sima / utils / startopt.py
index bfee3f124876f39a379abfad069af7db72958860..7f3a5febdb0d91f9fb8e3a439954e233343a2835 100644 (file)
@@ -112,7 +112,7 @@ CMDS = [
          ], 'help': 'Add track to the blocklist'},
         {'bl-delete': [
             {'name': 'id', 'type': int, 'nargs': '?',
-             'help': 'blocklist ID to suppress (use bl-view list IDs)'}
+             'help': 'blocklist ID to suppress (use bl-view to list IDs)'}
          ], 'help': 'Remove entries from the blocklist'},
 ]