Fix /matrix server delete example

This commit is contained in:
Florian Bruhin 2019-04-16 08:35:57 +02:00 committed by GitHub
parent 62b19cc70d
commit 5431c8a310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1266,7 +1266,7 @@ def matrix_command_help(args):
"Examples:" "Examples:"
"\n /matrix server listfull" "\n /matrix server listfull"
"\n /matrix server add matrix matrix.org:80" "\n /matrix server add matrix matrix.org:80"
"\n /matrix server del matrix" "\n /matrix server delete matrix"
).format( ).format(
delimiter_color=W.color("chat_delimiters"), delimiter_color=W.color("chat_delimiters"),
cmd_color=W.color("chat_buffer"), cmd_color=W.color("chat_buffer"),