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(
|
Command(
|
||||||
name="following",
|
name="following",
|
||||||
description="List accounts followed by the given account",
|
description="List accounts following the given account",
|
||||||
arguments=[
|
arguments=[
|
||||||
account_arg,
|
account_arg,
|
||||||
],
|
],
|
||||||
|
@ -451,7 +451,7 @@ ACCOUNTS_COMMANDS = [
|
||||||
),
|
),
|
||||||
Command(
|
Command(
|
||||||
name="followers",
|
name="followers",
|
||||||
description="List accounts following the given account",
|
description="List accounts followed by the given account",
|
||||||
arguments=[
|
arguments=[
|
||||||
account_arg,
|
account_arg,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue