From 728eb3e9368b641832819b7c8687864a938dee4b Mon Sep 17 00:00:00 2001 From: Tim "Docteur" Caillot <tim.caillot@gmail.com> Date: Wed, 26 Jun 2019 07:12:09 +0000 Subject: [PATCH] Added backwards compatibility with -a (#73) --- opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties index f87dd96..b469dbb 100644 --- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties +++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties @@ -134,6 +134,7 @@ information INFO_DESCRIPTION_CONTINUE_ON_ERROR=Continue processing even if there are \ errors +INFO_DESCRIPTION_DEFAULT_ADD=Legacy argument for ForgeRock OpenDJ compatibility. INFO_DESCRIPTION_USE_SSL=Use SSL for secure communication with the server INFO_DESCRIPTION_START_TLS=Use StartTLS to secure communication with the \ server -- Gitblit v1.10.0