1
0
Fork 0
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:
Gredin 67 2023-01-06 10:20:02 +01:00
parent 91ae91456e
commit f18d3f4e7f

View file

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