Skip to content

Commit

Permalink
Updated help for vote
Browse files Browse the repository at this point in the history
  • Loading branch information
abourget committed Jun 7, 2018
1 parent 6d208d5 commit ec51572
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions eosc/cmd/vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ var voteCmd = &cobra.Command{
}
var voteProducersCmd = &cobra.Command{
Use: "producers [voter name] [producer list]",
Short: "Command to vote for block producers",
Long: `Command to vote for block producers`,
Short: "Cast your vote for 1 to 30 producers. View them with 'list'",
Args: cobra.MinimumNArgs(2),
Run: func(cmd *cobra.Command, args []string) {
var producerNames = make([]eos.AccountName, 0, 0)
Expand Down Expand Up @@ -62,8 +61,7 @@ var voteProducersCmd = &cobra.Command{

var voteProxyCmd = &cobra.Command{
Use: "proxy [voter name] [proxy name]",
Short: "Command to vote for a proxy",
Long: `Command to vote for a proxy`,
Short: "Cast your vote for a proxy voter",
Args: cobra.ExactArgs(2),
Run: func(cmd *cobra.Command, args []string) {

Expand Down

0 comments on commit ec51572

Please sign in to comment.