Ask for 639-1 consistently
This commit is contained in:
parent
30857f570d
commit
560b91700f
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue