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

jvergara
19.09.2008 a9ded45b0acdc5bcdee105036d1e36f31a16f05c
opendj-sdk/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";
}