diff --git a/server/modules/routing/debugcli/debugcmd.c b/server/modules/routing/debugcli/debugcmd.c index ad568d625..bf92d5d43 100644 --- a/server/modules/routing/debugcli/debugcmd.c +++ b/server/modules/routing/debugcli/debugcmd.c @@ -984,9 +984,9 @@ static void createServer(DCB *dcb, char *name, char *address, char *port, struct subcommand createoptions[] = { { - "server", 3, 6, createServer, + "server", 2, 6, createServer, "Create a new server", - "Usage: create server NAME HOST PORT [PROTOCOL] [AUTHENTICATOR] [OPTIONS]\n" + "Usage: create server NAME HOST [PORT] [PROTOCOL] [AUTHENTICATOR] [OPTIONS]\n" "Create a new server from the following parameters.\n" "NAME Server name\n" "HOST Server host address\n"