Fix command descriptions

pull/235/head
Ivan Habunek 2022-11-18 08:28:15 +01:00
rodzic d8feb5bc89
commit 12d682591b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -443,7 +443,7 @@ ACCOUNTS_COMMANDS = [
),
Command(
name="following",
description="List accounts followed by the given account",
description="List accounts following the given account",
arguments=[
account_arg,
],
@ -451,7 +451,7 @@ ACCOUNTS_COMMANDS = [
),
Command(
name="followers",
description="List accounts following the given account",
description="List accounts followed by the given account",
arguments=[
account_arg,
],