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

jvergara
07.39.2008 2f5fef767bb580d4ab5e2c8b96d05d1840af60cc
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -445,7 +445,8 @@
  public final String readLineOfInput(Message prompt) throws CLIException {
    if (prompt != null)
    {
      err.print(wrapText(prompt + " ", MAX_LINE_WIDTH));
      err.print(wrapText(prompt, MAX_LINE_WIDTH));
      err.print(" ");
    }
    try {
      String s = in.readLine();