From: kaliko Date: Tue, 16 Nov 2021 15:42:58 +0000 (+0100) Subject: Fixed help message typo X-Git-Tag: 0.18.0~1 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=fe3d0fe8056eab45d5c971c19ae25f98154b2c5b;hp=d65f7a21478d3edde074d83e4b07a3650486c4b9;p=mpd-sima.git Fixed help message typo --- diff --git a/sima/utils/startopt.py b/sima/utils/startopt.py index bfee3f1..7f3a5fe 100644 --- a/sima/utils/startopt.py +++ b/sima/utils/startopt.py @@ -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'}, ]