| | |
| | | REF_INTRO_OPTIONS=The <command>%s</command> command takes the following options: |
| | | REF_DEFAULT=Default: %s |
| | | REF_TITLE_SUBCOMMANDS=Subcommands |
| | | REF_SHORT_DESC_UNINISTALL=remove OpenDJ directory server software |
| | | REF_SHORT_DESC_UNINSTALL=remove OpenDJ directory server software |
| | | |
| | | # Supplements to descriptions for generated reference documentation. |
| | | SUPPLEMENT_DESCRIPTION_CONTROLS=<para> \ |
| | |
| | | LocalizableMessage toolDescription, boolean longArgumentsCaseSensitive) |
| | | { |
| | | super(mainClassName, toolDescription, longArgumentsCaseSensitive); |
| | | setShortToolDescription(REF_SHORT_DESC_UNINISTALL.get()); |
| | | setShortToolDescription(REF_SHORT_DESC_UNINSTALL.get()); |
| | | setVersionHandler(new DirectoryServerVersionHandler()); |
| | | } |
| | | |