From b95725384a57e2ff0d17fee9c6fb9054eee02142 Mon Sep 17 00:00:00 2001 From: Patrick Durand Date: Fri, 10 Dec 2021 08:46:20 +0100 Subject: [PATCH] update help of CmdLine Tools --- src/bzh/plealog/dbmirror/main/CmdLineUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bzh/plealog/dbmirror/main/CmdLineUtils.java b/src/bzh/plealog/dbmirror/main/CmdLineUtils.java index 674c66c..e989f15 100644 --- a/src/bzh/plealog/dbmirror/main/CmdLineUtils.java +++ b/src/bzh/plealog/dbmirror/main/CmdLineUtils.java @@ -69,7 +69,7 @@ private static String getFooter() { buf.append(" -DKL_CONF_DIR=/path/to/new/conf_dir . Such a path must target all expected conf sub-directories (system, scripts, descriptors)\n"); buf.append("--\n"); buf.append("To override dbms.config values, use JRE args:\n"); - buf.append(" -DKL_=, where is a dbms.config key and is a value. For key, replace '.' by '__' (double underscore). E.g to override default 'mirror.path' value, use 'KL_mirror__path=/new/path'\n"); + buf.append(" -DKL_=, where is a dbms.config key and is a value. For key, replace '.' by '__' (double underscore). E.g to override default 'mirror.path' value, use JRE argument -DKL_mirror__path=/new/path\n"); buf.append("--\n"); buf.append(props.getProperty("prg.app.name")); buf.append(" ");