Skip to content

Commit

Permalink
revert command
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 20, 2022
1 parent 6a900ce commit 6a64b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/cmd/network_request_add_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// NewNetworkRequestAddAccount creates a new command to send add account request
func NewNetworkRequestAddAccount() *cobra.Command {
c := &cobra.Command{
Use: "add-account launch-id address [coins]",
Use: "add-account [launch-id] [address] [coins]",
Short: "Send request to add account",
RunE: networkRequestAddAccountHandler,
Args: cobra.RangeArgs(2, 3),
Expand Down

0 comments on commit 6a64b62

Please sign in to comment.