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

kenneth_suter
17.27.2007 f1c633178671c0443ea8a9780f5d371328428b6b
opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -706,5 +706,21 @@
   * Value for verbose option long form.
   */
  public static final String OPTION_LONG_VERBOSE = "verbose";
  /**
   * Scheduled start date/time option long form.
   */
  public static final String OPTION_LONG_START_DATETIME = "start";
  /**
   * Scheduled start date/time option short form.
   */
  public static final Character OPTION_SHORT_START_DATETIME = 't';
  /**
   * Placeholder string for the usage statement.
   */
  public static final String OPTION_VALUE_START_DATETIME = "{startTime}";
}