additional changes

This commit is contained in:
Jeremiah Andrews
2018-06-04 18:35:07 -07:00
parent 3f4b041d0b
commit 5a831bd0f8
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
//ValidatorCommand returns the validator set for a given height
func ValidatorCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "validatorset [height]",
Use: "validator-set [height]",
Short: "Get the full tendermint validator set at given height",
Args: cobra.MaximumNArgs(1),
RunE: printValidators,