diff --git a/tool/src/main/java/org/wildfly/security/tool/Command.java b/tool/src/main/java/org/wildfly/security/tool/Command.java index 81720e1b07b..0659183dcd6 100644 --- a/tool/src/main/java/org/wildfly/security/tool/Command.java +++ b/tool/src/main/java/org/wildfly/security/tool/Command.java @@ -378,6 +378,7 @@ class Params { static final String FILE_PARAM = "file"; static final String DEBUG_PARAM = "debug"; static final String DIRECTORY_PARAM = "directory"; + static final String HASH_CHARSET_PARAM = "hash-charset"; static final String HASH_ENCODING_PARAM = "hash-encoding"; static final String HELP_PARAM = "help"; static final String IMPLEMENTATION_PROPERTIES_PARAM = "properties"; diff --git a/tool/src/main/java/org/wildfly/security/tool/ElytronToolMessages.java b/tool/src/main/java/org/wildfly/security/tool/ElytronToolMessages.java index 572b96901ff..cc3d1531150 100644 --- a/tool/src/main/java/org/wildfly/security/tool/ElytronToolMessages.java +++ b/tool/src/main/java/org/wildfly/security/tool/ElytronToolMessages.java @@ -473,9 +473,9 @@ public interface ElytronToolMessages extends BasicLogger { String cmdFileSystemRealmBulkConvertDesc(); @Message(id = NONE, value = "Bulk conversion with options listed in description file. Optional options have default values, required options do not. (Action) %n" + - "The options realm-name, hash-encoding, levels, secret-key, create, and populate are optional. %n" + + "The options realm-name, hash-encoding, hash-charset, levels, secret-key, create, populate, keystore, type, password, password-env, and key-pair are optional. %n" + "Values are required for the following options: input-location, output-location, and credential-store. %n" + - "The default values of realm-name, hash-encoding, levels, secret-key, create, and populate are encrypted-filesystem-realm, BASE64, 2, key, true, and true respectively. %n" + + "The default values of realm-name, hash-encoding, hash-charset, levels, secret-key, create, and populate are encrypted-filesystem-realm, BASE64, UTF-8, 2, key, true, and true respectively. %n" + "If one or more these required values are not set, the corresponding block is skipped. %n" + "Each option must be specified in the following format: