mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
typo multiline
This commit is contained in:
parent
91ae91456e
commit
f18d3f4e7f
1 changed files with 7 additions and 2 deletions
|
@ -33,7 +33,7 @@ services = ["__APP__"]
|
|||
[appservice.config.print_level]
|
||||
ask = "Root logging print level"
|
||||
type = "select"
|
||||
choices = ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL" or "NOTSET"]
|
||||
choices = ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", "NOTSET"]
|
||||
help = "NOTSET means that all messages will be logged: https://docs.python.org/3.6/library/logging.config.html#configuration-file-format"
|
||||
bind = ":__FINALPATH__/config.yaml"
|
||||
|
||||
|
@ -122,7 +122,12 @@ services = ["__APP__"]
|
|||
name = "User management"
|
||||
|
||||
[usermanagement.config.helptext]
|
||||
ask = "Allowed values:\n  * - All Matrix users\n  domain.tld - All users on homeserver\n  mxid (@user:matrix.org) - Specific Matrix user"
|
||||
ask = '''
|
||||
Allowed values:
|
||||
- * : All Matrix users
|
||||
- domain.tld : All users on a given homeserver
|
||||
- mxid (@user:matrix.org) : Specific Matrix user
|
||||
'''
|
||||
type = "markdown"
|
||||
|
||||
[usermanagement.config.listuser]
|
||||
|
|
Loading…
Reference in a new issue