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

jvergara
20.35.2008 15ed359e4a8503ecc0620d28c702e589430a77ee
Use shorter command names for displaying equivalent non-interactive command.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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";
}