From b0099642cdd5edfdf3915cffea8fa7ff8d91aa51 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 25 Jul 2023 09:14:58 +0200 Subject: [PATCH] Shorten command descriptions --- toot/console.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toot/console.py b/toot/console.py index ecfc03f..fee4356 100644 --- a/toot/console.py +++ b/toot/console.py @@ -706,7 +706,7 @@ ACCOUNTS_COMMANDS = [ ), Command( name="muted", - description="List accounts the given account muted", + description="List muted accounts", arguments=[], require_auth=True, ), @@ -728,7 +728,7 @@ ACCOUNTS_COMMANDS = [ ), Command( name="blocked", - description="List accounts the given account muted", + description="List blocked accounts", arguments=[], require_auth=True, ),