From df3950dbc02e3685e8794b3485e0aa469750bd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 15 Apr 2019 11:59:54 +0300 Subject: [PATCH] MXS-2349: Amend `create server` documentation The explanation for the socket behavior was missing. --- maxctrl/lib/create.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maxctrl/lib/create.js b/maxctrl/lib/create.js index b1e1247f5..3719b3f5c 100644 --- a/maxctrl/lib/create.js +++ b/maxctrl/lib/create.js @@ -87,7 +87,9 @@ exports.builder = function(yargs) { return yargs.epilog('The created server will not be used by any services or monitors ' + 'unless the --services or --monitors options are given. The list ' + 'of servers a service or a monitor uses can be altered with the ' + - '`link` and `unlink` commands.') + '`link` and `unlink` commands. If the argument is an ' + + 'absolute path, the server will use a local UNIX domain socket ' + + 'connection. In this case the [port] argument is ignored.') .usage('Usage: create server [port]') }, function(argv) { var server = {