opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeCli.java
@@ -470,9 +470,9 @@ == ConfirmationCallback.YES_NO_CANCEL_OPTION) { choices.addAll(yesNoDefaultResponses); choices.addAll(StaticUtils .arrayToList(new String[] { INFO_TASKINFO_CMD_CANCEL_CHAR.get() .toString() })); choices.addAll(StaticUtils.arrayToList( new String[] { INFO_TASKINFO_CMD_CANCEL_CHAR.get().toString() } )); prompt.append(" ") .append("(").append(INFO_PROMPT_YES_COMPLETE_ANSWER.get())