We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b81044 commit 9718a9dCopy full SHA for 9718a9d
1 file changed
lib/commands/generate/argon2/create.js
@@ -11,7 +11,7 @@ export default class extends Command {
11
"options": {
12
"id": {
13
"short": "i",
14
- "description": "Argon2 algorithm type.",
+ "description": "Argon2 algorithm id.",
15
"default": argon2.id,
16
"schema": { "enum": [ "argon2d", "argon2i", "argon2id" ] },
17
},
0 commit comments