From fa568c737426a311ebaafc67e64229219a683e80 Mon Sep 17 00:00:00 2001 From: Serhii Volovyk Date: Thu, 22 Apr 2021 12:40:13 +0300 Subject: [PATCH] validators epoch command description updated --- commands/validators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }),