From fe3d0fe8056eab45d5c971c19ae25f98154b2c5b Mon Sep 17 00:00:00 2001 From: kaliko Date: Tue, 16 Nov 2021 16:42:58 +0100 Subject: [PATCH 1/1] Fixed help message typo --- sima/utils/startopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, ] -- 2.39.2