Fix command descriptions

This commit is contained in:
Ivan Habunek 2022-11-18 08:28:15 +01:00
parent d8feb5bc89
commit 12d682591b
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ ACCOUNTS_COMMANDS = [
),
Command(
name="following",
description="List accounts followed by the given account",
description="List accounts following the given account",
arguments=[
account_arg,
],
@ -451,7 +451,7 @@ ACCOUNTS_COMMANDS = [
),
Command(
name="followers",
description="List accounts following the given account",
description="List accounts followed by the given account",
arguments=[
account_arg,
],