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,