opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -702,5 +702,17 @@ * The default separator to be used in tables. */ public static final String LIST_TABLE_SEPARATOR = ":"; /** * Display the equivalent non-interactive command. */ public static final String OPTION_DSCFG_LONG_DISPLAY_EQUIVALENT = "displayEquivalentCommand"; /** * The path where we write the equivalent non-interactive command. */ public static final String OPTION_LONG_EQUIVALENT_COMMAND_FILE_PATH = "equivalentCommandFilePath"; }