diff --git a/toot/console.py b/toot/console.py index e4b9f56..4a30a83 100644 --- a/toot/console.py +++ b/toot/console.py @@ -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, ],