Commit bccd6190 authored by linj's avatar linj Committed by vipwzw

ticket bind_miner -> ticket bind

parent 2efb8249
...@@ -38,7 +38,7 @@ func TicketCmd() *cobra.Command { ...@@ -38,7 +38,7 @@ func TicketCmd() *cobra.Command {
// BindMinerCmd bind miner // BindMinerCmd bind miner
func BindMinerCmd() *cobra.Command { func BindMinerCmd() *cobra.Command {
cmd := &cobra.Command{ cmd := &cobra.Command{
Use: "bind_miner", Use: "bind",
Short: "Bind private key to miner address", Short: "Bind private key to miner address",
Run: bindMiner, Run: bindMiner,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment