From 5431c8a310674235e08601daa0816c9b6b0f9ab0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Apr 2019 08:35:57 +0200 Subject: [PATCH] Fix /matrix server delete example --- matrix/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/commands.py b/matrix/commands.py index 56cfe71..bc20198 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -1266,7 +1266,7 @@ def matrix_command_help(args): "Examples:" "\n /matrix server listfull" "\n /matrix server add matrix matrix.org:80" - "\n /matrix server del matrix" + "\n /matrix server delete matrix" ).format( delimiter_color=W.color("chat_delimiters"), cmd_color=W.color("chat_buffer"),