We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84af8d commit e9046d2Copy full SHA for e9046d2
2 files changed
lib/commands/generate/password-hash/create.js
@@ -44,7 +44,7 @@ export default class extends Command {
44
"schema": { "type": "integer", "minimum": 2 },
45
},
46
"max-memory": {
47
- "short": "m",
+ "short": "M",
48
"description": "(scrypt) Max memory parameter.",
49
"schema": { "type": "integer", "minimum": 1 },
50
lib/commands/generate/password-hash/verify.js
0 commit comments