Skip to content

Commit 16d9737

Browse files
committed
fix(flags): minor typo in passphrase flag
1 parent 29ab827 commit 16d9737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common-flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { flags } = require('@oclif/command')
1313

1414
module.exports = {
1515
global: {
16-
passphrase: flags.string({ char: 'r', description: 'the passphrase for the private-key' })
16+
passphrase: flags.string({ char: 'r', description: 'the passphrase for the private key' })
1717
},
1818
programId: {
1919
programId: flags.string({ char: 'p', description: "the programId. if not specified, defaults to 'cloudmanager_programid' config value" })

0 commit comments

Comments
 (0)