From f4ee26cf95755a2ea8081cb38de9c7b1f1f01175 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 17 Apr 2007 20:23:12 +0000
Subject: [PATCH] This commit introduces preliminary versions of the upgrader tool's GUI wizard panels.  Effort has been made to make the panels conform to the design at

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java
index a1bd1f7..bb35cf8 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java
@@ -45,7 +45,7 @@
 public class UpgraderCliHelper extends CliApplicationHelper {
 
   /** Short form of the option for specifying the installation package file. */
-  static public final Character FILE_OPTION_SHORT = 'F';
+  static public final Character FILE_OPTION_SHORT = 'f';
 
   /** Long form of the option for specifying the installation package file. */
   static public final String FILE_OPTION_LONG = "file";
@@ -85,7 +85,7 @@
       } else {
         // TODO i18N
         throw new UserDataException(null,
-                "-F must be present");
+                "-f must be present");
       }
 
     } catch (ArgumentException e) {

--
Gitblit v1.10.0