| | |
| | | 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"; |
| | |
| | | } else { |
| | | // TODO i18N |
| | | throw new UserDataException(null, |
| | | "-F must be present"); |
| | | "-f must be present"); |
| | | } |
| | | |
| | | } catch (ArgumentException e) { |