Skip to content

Commit 474c487

Browse files
committed
refactor: update argon2 cli
1 parent 25db98a commit 474c487

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/commands/generate/argon2/verify.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export default class extends Command {
3535
},
3636
},
3737
"arguments": {
38-
"digest": {
39-
"description": "Argon2 digest in PHC format.",
38+
"password": {
39+
"description": "Password to hash.",
4040
"required": true,
4141
"schema": { "type": "string" },
4242
},
43-
"password": {
44-
"description": "Password to hash.",
43+
"digest": {
44+
"description": "Argon2 digest in PHC format.",
4545
"required": true,
4646
"schema": { "type": "string" },
4747
},

0 commit comments

Comments
 (0)