diff --git a/commands/validators.js b/commands/validators.js index 52fca8e3..1c5d0f57 100644 --- a/commands/validators.js +++ b/commands/validators.js @@ -7,7 +7,7 @@ module.exports = { desc: 'lookup validators for given epoch (or current / next)', builder: (yargs) => yargs .option('epoch', { - desc: 'epoch defined by block number, block hash or current / next keyword', + desc: 'epoch defined by it\'s last block number, block hash or current / next keyword', type: 'string', required: true }),