From 560b91700f47726f57d744ced4137e8f897c6a82 Mon Sep 17 00:00:00 2001 From: Sandra Snan Date: Thu, 16 Nov 2023 04:39:37 +0100 Subject: [PATCH] Ask for 639-1 consistently --- toot/console.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toot/console.py b/toot/console.py index fee4356..b6613d0 100644 --- a/toot/console.py +++ b/toot/console.py @@ -361,7 +361,7 @@ AUTH_COMMANDS = [ }), (["--language"], { "type": language, - "help": "Default language to use for authored statuses (ISO 6391)." + "help": "Default language to use for authored statuses (ISO 639-1)." }), ], require_auth=True, @@ -527,7 +527,7 @@ POST_COMMANDS = [ }), (["-l", "--language"], { "type": language, - "help": "ISO 639-2 language code of the toot, to skip automatic detection", + "help": "ISO 639-1 language code of the toot, to skip automatic detection", }), (["-e", "--editor"], { "type": editor,