1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-11-03 04:17:21 -05:00
This commit is contained in:
Nick LaForge 2022-11-23 06:07:12 -08:00 committed by Ivan Habunek
parent 9abaebdc21
commit 8c3baa704e

View File

@ -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,
],