Skip to content

Commit

Permalink
validators epoch command description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Apr 22, 2021
1 parent b52decc commit fa568c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}),
Expand Down

0 comments on commit fa568c7

Please sign in to comment.