From ab55f9da5eb10aabd78304941903e8657aa210e6 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 28 Jun 2018 00:21:32 +0200 Subject: [PATCH] Make CLIENT HELP output nicer to the eyes. --- src/networking.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/networking.c b/src/networking.c index 82a72692e..da14709cc 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1566,18 +1566,18 @@ void clientCommand(client *c) { if (c->argc == 2 && !strcasecmp(c->argv[1]->ptr,"help")) { const char *help[] = { -"id -- Return the ID of the current connection.", -"getname -- Return the name of the current connection.", -"kill -- Kill connection made from .", +"id -- Return the ID of the current connection.", +"getname -- Return the name of the current connection.", +"kill -- Kill connection made from .", "kill