Merge PR #3346: Change name of gaiacli query distr to dist

This commit is contained in:
Jack Zampolin 2019-01-22 11:25:12 -08:00 committed by Christopher Goes
parent f6ef6a478c
commit fae7852b61
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}