refactor(cli): Standardize Use field convention and update readme (#21369)
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
// a parameter change proposal governance transaction.
|
||||
func NewSubmitParamChangeProposalTxCmd() *cobra.Command {
|
||||
return &cobra.Command{
|
||||
Use: "param-change [proposal-file]",
|
||||
Use: "param-change <proposal-file>",
|
||||
Args: cobra.ExactArgs(1),
|
||||
Short: "Submit a parameter change proposal",
|
||||
Long: strings.TrimSpace(
|
||||
|
||||
Reference in New Issue
Block a user