From ff8916046cef172a1591332c614960233b0955c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sat, 21 Oct 2017 14:55:56 +0300 Subject: [PATCH] Add link to documentation in --help output The link points to the MaxScale 2.1 documentation root. --- server/core/gateway.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/core/gateway.cc b/server/core/gateway.cc index da4aefd08..b4cbd47b8 100644 --- a/server/core/gateway.cc +++ b/server/core/gateway.cc @@ -961,7 +961,8 @@ static void usage(void) "if '--basedir /path/maxscale' is specified, then, for instance, the log\n" "dir will be '/path/maxscale/var/log/maxscale', the config dir will be\n" "'/path/maxscale/etc' and the default config file will be\n" - "'/path/maxscale/etc/maxscale.cnf'.\n", + "'/path/maxscale/etc/maxscale.cnf'.\n\n" + "MaxScale documentation: https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-21/ \n", progname, get_configdir(), default_cnf_fname, get_configdir(), get_logdir(), get_cachedir(), get_libdir(),