Merge PR #3346: Change name of gaiacli query distr to dist
This commit is contained in:
parent
f6ef6a478c
commit
fae7852b61
|
@ -39,7 +39,7 @@ func (mc ModuleClient) GetQueryCmd() *cobra.Command {
|
|||
// GetTxCmd returns the transaction commands for this module
|
||||
func (mc ModuleClient) GetTxCmd() *cobra.Command {
|
||||
distTxCmd := &cobra.Command{
|
||||
Use: "dist",
|
||||
Use: "distr",
|
||||
Short: "Distribution transactions subcommands",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue