Fix comment

pull/1030/head
Rongjian Lan 6 years ago
parent 8594bd703f
commit 25a346d39c
  1. 2
      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(" 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(" --nopass - The private key has no passphrase (for test only)")
fmt.Println(" 10. format - Shows different encoding formats of specific address") 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) os.Exit(1)
} }

Loading…
Cancel
Save