mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
16.05.2014 60b1359b65d8505c32f0598bf325043b7cedf843
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/HelpSubCommandHandler.java
@@ -436,11 +436,11 @@
        // Display the property synopsis and description.
        app.println();
        app.errPrintln(pd.getSynopsis(), 4);
        app.println(pd.getSynopsis(), 4);
        if (pd.getDescription() != null) {
            app.println();
            app.errPrintln(pd.getDescription(), 4);
            app.println(pd.getDescription(), 4);
        }
        if (pd instanceof AggregationPropertyDefinition) {