Skip to content

Commit

Permalink
Fix typo in tx vesting create-vesting-account help message (#11958)
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed May 14, 2022
1 parent f6150bd commit d5731fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/vesting/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewMsgCreateVestingAccountCmd() *cobra.Command {
Short: "Create a new vesting account funded with an allocation of tokens.",
Long: `Create a new vesting account funded with an allocation of tokens. The
account can either be a delayed or continuous vesting account, which is determined
by the '--delayed' flag. All vesting accouts created will have their start time
by the '--delayed' flag. All vesting accounts created will have their start time
set by the committed block's time. The end_time must be provided as a UNIX epoch
timestamp.`,
Args: cobra.ExactArgs(3),
Expand Down

0 comments on commit d5731fd

Please sign in to comment.