]> kaliko git repositories - mpd-sima.git/commitdiff
Fixed help message typo
authorkaliko <kaliko@azylum.org>
Tue, 16 Nov 2021 15:42:58 +0000 (16:42 +0100)
committerkaliko <kaliko@azylum.org>
Tue, 16 Nov 2021 15:42:58 +0000 (16:42 +0100)
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'},
 ]