Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit acdcd81

Browse files
clarify "Homeserver name" in synadm config
Closes: #142 this config is used consistently throughout synadm as the homeserver name/the domain part of the MXID
1 parent ae26ecf commit acdcd81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synadm/cli/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def get_redacted_token_prompt(cli_token):
207207
default=timeout if timeout else helper.config.get(
208208
"timeout", timeout)),
209209
"homeserver": click.prompt(
210-
"Homeserver name (auto-retrieval or matrix.DOMAIN)",
210+
"Homeserver name (\"auto-retrieval\" or the domain part in your "
211+
"MXID)",
211212
default=homeserver if homeserver else helper.config.get(
212213
"homeserver", homeserver)),
213214
"ssl_verify": click.prompt(

0 commit comments

Comments
 (0)