From fae7852b61c086a054e039721765919001db978a Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Tue, 22 Jan 2019 11:25:12 -0800 Subject: [PATCH] Merge PR #3346: Change name of gaiacli query distr to dist --- x/distribution/client/module_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/distribution/client/module_client.go b/x/distribution/client/module_client.go index efe0084ff..412bf9d6a 100644 --- a/x/distribution/client/module_client.go +++ b/x/distribution/client/module_client.go @@ -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", }