Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Dec 20, 2024
1 parent 921dc82 commit 1e73e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/neutrond/genaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ contain valid denominations. Accounts may optionally be supplied with vesting pa
cmd.Flags().String(flags.FlagHome, defaultNodeHome, "The application home directory")
cmd.Flags().String(flags.FlagKeyringBackend, flags.DefaultKeyringBackend, "Select keyring's backend (os|file|kwallet|pass|test)")
cmd.Flags().String(flagVestingAmt, "", "amount of coins for vesting accounts")
cmd.Flags().Int64(flagVestingStart, 0, "schedule start time (unix epoch) for vesting accounts")
cmd.Flags().Int64(flagVestingEnd, 0, "schedule end time (unix epoch) for vesting accounts")
cmd.Flags().Int64(flagVestingStart, 0, "scheduled start time (unix epoch) for vesting accounts")
cmd.Flags().Int64(flagVestingEnd, 0, "scheduled end time (unix epoch) for vesting accounts")
flags.AddQueryFlagsToCmd(cmd)

return cmd
Expand Down

0 comments on commit 1e73e29

Please sign in to comment.