Skip to content

Commit

Permalink
Fix command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 18, 2022
1 parent d8feb5b commit 12d6825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toot/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,15 +443,15 @@ def editor(value):
),
Command(
name="following",
description="List accounts followed by the given account",
description="List accounts following the given account",
arguments=[
account_arg,
],
require_auth=True,
),
Command(
name="followers",
description="List accounts following the given account",
description="List accounts followed by the given account",
arguments=[
account_arg,
],
Expand Down

0 comments on commit 12d6825

Please sign in to comment.