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

jvergara
20.35.2008 35053a4c75d6eb7ed024a56191c86ccbc03a2e21
Use shorter command names for displaying equivalent non-interactive command.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/tools/ToolConstants.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -707,12 +707,12 @@
   * Display the equivalent non-interactive command.
   */
  public static final String OPTION_DSCFG_LONG_DISPLAY_EQUIVALENT =
    "displayEquivalentCommand";
    "displayCommand";
  /**
   * The path where we write the equivalent non-interactive command.
   */
  public static final String OPTION_LONG_EQUIVALENT_COMMAND_FILE_PATH =
    "equivalentCommandFilePath";
    "commandFilePath";
}