Fix a typo.
Put the --hostName argument just after --generateSelfSignedCertificate argument.
| | |
| | | null, INFO_INSTALLDS_DESCRIPTION_HOST_NAME.get( |
| | | generateSelfSignedCertificateArg.getLongIdentifier())); |
| | | hostNameArg.setPropertyName(OPTION_LONG_HOST); |
| | | addArgument(hostNameArg); |
| | | addDefaultArgument(hostNameArg); |
| | | |
| | | usePkcs11Arg = new BooleanArgument("usePkcs11Keystore".toLowerCase(), |
| | | null, "usePkcs11Keystore", |
| | |
| | | |
| | | /** |
| | | * Adds the provided argument to the set of arguments handled by this parser |
| | | * and puts the arguement in the default group. |
| | | * and puts the argument in the default group. |
| | | * |
| | | * @param argument The argument to be added. |
| | | * |