From 27d398c0bcca6adaf643fa3f6fd02ed67ff4adf1 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 20 Feb 2015 14:18:11 +0000
Subject: [PATCH] CR-6147 OPENDJ-1785 Add "extra" doc into code for generated content

---
 opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java
index 3dda81d..c04b773 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java
@@ -192,6 +192,7 @@
     LDAPConnectionArgumentParser argParser =
             createArgParser("org.opends.server.tools.ImportLDIF",
                             INFO_LDIFIMPORT_TOOL_DESCRIPTION.get());
+    argParser.setShortToolDescription(REF_SHORT_DESC_IMPORT_LDIF.get());
 
     // Initialize all the command-line argument types and register them with the
     // parser.

--
Gitblit v1.10.0