Fix command descriptions
This commit is contained in:
parent
d8feb5bc89
commit
12d682591b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue