Skip to content

Commit 9718a9d

Browse files
committed
feat: add argon2 hash
1 parent 0b81044 commit 9718a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/generate/argon2/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class extends Command {
1111
"options": {
1212
"id": {
1313
"short": "i",
14-
"description": "Argon2 algorithm type.",
14+
"description": "Argon2 algorithm id.",
1515
"default": argon2.id,
1616
"schema": { "enum": [ "argon2d", "argon2i", "argon2id" ] },
1717
},

0 commit comments

Comments
 (0)