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

Mark Craig
13.32.2015 b8dbe7efd0b900563f32148557a2c6e083e38fe2
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/SubCommandArgumentParser.java
@@ -1158,7 +1158,9 @@
        Map<String, Object> map = new HashMap<>();
        map.put("name", scriptName);
        map.put("title", REF_TITLE_SUBCOMMANDS.get());
        map.put("info", getDocSubcommandsDescriptionSupplement());
        map.put("intro", REF_INTRO_SUBCOMMANDS.get(scriptName));
        if (scriptName.equals("dsconfig")) {
            // Break dsconfig into multiple pages, so use only the list here.
            map.put("isItemizedList", true);