From 7aa2927289c86f2093b01b3a7f2fca5551b7876a Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Wed, 28 Feb 2018 16:56:12 +0100 Subject: [PATCH] Fix command in examples. --- matrix/commands.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matrix/commands.py b/matrix/commands.py index 7c270fb..33f4aa5 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -493,9 +493,9 @@ def matrix_command_help(args): " port: port of server (default: 8448)\n" "\n" "Examples:" - "\n /server listfull" - "\n /server add matrix matrix.org:80" - "\n /server del matrix").format( + "\n /matrix server listfull" + "\n /matrix server add matrix matrix.org:80" + "\n /matrix server del matrix").format( delimiter_color=W.color("chat_delimiters"), cmd_color=W.color("chat_buffer"), ncolor=W.color("reset"))