mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Fix typo
This commit is contained in:
parent
9abaebdc21
commit
8c3baa704e
@ -443,7 +443,7 @@ ACCOUNTS_COMMANDS = [
|
||||
),
|
||||
Command(
|
||||
name="following",
|
||||
description="List accounts following the given account",
|
||||
description="List accounts followed by the given account",
|
||||
arguments=[
|
||||
account_arg,
|
||||
],
|
||||
@ -451,7 +451,7 @@ ACCOUNTS_COMMANDS = [
|
||||
),
|
||||
Command(
|
||||
name="followers",
|
||||
description="List accounts followed by the given account",
|
||||
description="List accounts following the given account",
|
||||
arguments=[
|
||||
account_arg,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user