mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: election_parser help message still refers to upsert-validator
Solution: Updated the help message
This commit is contained in:
parent
28032b8270
commit
12dd7abb29
@ -317,7 +317,7 @@ def create_parser():
|
||||
|
||||
# parser for managing elections
|
||||
election_parser = subparsers.add_parser('election',
|
||||
help='Add/update/delete a validator.')
|
||||
help='Manage elections.')
|
||||
|
||||
election_subparser = election_parser.add_subparsers(title='Action',
|
||||
dest='action')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user