Ask for 639-1 consistently

This commit is contained in:
Sandra Snan 2023-11-16 04:39:37 +01:00 committed by Ivan Habunek
parent 30857f570d
commit 560b91700f
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 2 additions and 2 deletions

View File

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