Skip to content

Commit

Permalink
update help of CmdLine Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed Dec 10, 2021
1 parent e9fae69 commit b957253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bzh/plealog/dbmirror/main/CmdLineUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -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_<key>=<new_value>, where <key> is a dbms.config key and <new_value> 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_<key>=<new_value>, where <key> is a dbms.config key and <new_value> 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(" ");
Expand Down

0 comments on commit b957253

Please sign in to comment.