diff --git a/cmd/client/wallet/main.go b/cmd/client/wallet/main.go index 69436277a..c34a60419 100644 --- a/cmd/client/wallet/main.go +++ b/cmd/client/wallet/main.go @@ -144,7 +144,7 @@ func main() { fmt.Println(" 9. blsgen - Generate a bls key and store private key locally.") fmt.Println(" --nopass - The private key has no passphrase (for test only)") fmt.Println(" 10. format - Shows different encoding formats of specific address") - fmt.Println(" --address - The address to display the various format for") + fmt.Println(" --address - The address to display the different encoding formats for") os.Exit(1) }