From 2e456c7348ea348b4ae7b1a504c7555eaff5d6ca Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 19 Nov 2014 15:22:12 +0200 Subject: [PATCH] Changed the order of help messages about seslog command --- server/modules/routing/debugcmd.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/server/modules/routing/debugcmd.c b/server/modules/routing/debugcmd.c index 3b53f4b6b..01ce2e159 100644 --- a/server/modules/routing/debugcmd.c +++ b/server/modules/routing/debugcmd.c @@ -383,14 +383,6 @@ struct subcommand enableoptions[] = { "Enable Log options for MaxScale, options trace | error | " "message E.g. enable log message.", {ARG_TYPE_STRING, 0, 0} - }, - { - "root", - 1, - enable_service_root, - "Enable root access to a service, pass a service name to enable root access", - "Enable root access to a service, pass a service name to enable root access", - {ARG_TYPE_SERVICE, 0, 0} }, { "seslog", @@ -402,6 +394,14 @@ struct subcommand enableoptions[] = { "message E.g. enable log message 123.", {ARG_TYPE_STRING, ARG_TYPE_STRING, 0} }, + { + "root", + 1, + enable_service_root, + "Enable root access to a service, pass a service name to enable root access", + "Enable root access to a service, pass a service name to enable root access", + {ARG_TYPE_SERVICE, 0, 0} + }, { NULL, 0,