Skip to content

Commit e9046d2

Browse files
committed
fix: update password hash cli
1 parent e84af8d commit e9046d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/generate/password-hash/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class extends Command {
4444
"schema": { "type": "integer", "minimum": 2 },
4545
},
4646
"max-memory": {
47-
"short": "m",
47+
"short": "M",
4848
"description": "(scrypt) Max memory parameter.",
4949
"schema": { "type": "integer", "minimum": 1 },
5050
},

lib/commands/generate/password-hash/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class extends Command {
4444
"schema": { "type": "integer", "minimum": 2 },
4545
},
4646
"max-memory": {
47-
"short": "m",
47+
"short": "M",
4848
"description": "(scrypt) Max memory parameter.",
4949
"schema": { "type": "integer", "minimum": 1 },
5050
},

0 commit comments

Comments
 (0)