Skip to content

Commit

Permalink
style(bin/xud): fix encription typo
Browse files Browse the repository at this point in the history
This fixes a typo and shortens the `noencrypt` description to fit on a
single line by default in a normal-sized terminal in Ubuntu.
  • Loading branch information
sangaman committed Jun 19, 2019
1 parent 9cb0d55 commit 4eb6b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xud
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const { argv } = require('yargs')
default: undefined,
},
noencrypt: {
describe: 'Whether to disable xud nodekey encription',
describe: 'Whether to disable nodekey encryption',
type: 'boolean',
default: undefined,
},
Expand Down

0 comments on commit 4eb6b27

Please sign in to comment.