Skip to content

Commit

Permalink
remove incorrect syntax from usage example on authz grant (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 authored Jun 8, 2023
1 parent 344f912 commit 6b7f15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/authz/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func GetTxCmd() *cobra.Command {
// NewCmdGrantAuthorization returns a CLI command handler for creating a MsgGrant transaction.
func NewCmdGrantAuthorization() *cobra.Command {
cmd := &cobra.Command{
Use: "grant <grantee> <authorization_type=\"count\"|\"send\"|\"generic\"|\"delegate\"|\"unbond\"|\"redelegate\"> --from <granter>",
Use: "grant <grantee> <\"count\"|\"send\"|\"generic\"|\"delegate\"|\"unbond\"|\"redelegate\"> --from <granter>",
Short: "Grant authorization to an address",
Long: strings.TrimSpace(
fmt.Sprintf(`create a new grant authorization to an address to execute a transaction on your behalf:
Expand Down

0 comments on commit 6b7f15b

Please sign in to comment.