Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Aug 4, 2023
1 parent 7ec4849 commit 459662f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/mycelo/genesis_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ var templateFlags = []cli.Flag{
},
cli.Int64Flag{
Name: "forks.churrito",
Usage: "Optional flag to allow churrito fork overwritting (default: 0, disable: -1)",
Usage: "Optional flag to allow churrito fork overwriting (default: 0, disable: -1)",
},
cli.Int64Flag{
Name: "forks.donut",
Usage: "Optional flag to allow donut fork overwritting (default: 0, disable: -1)",
Usage: "Optional flag to allow donut fork overwriting (default: 0, disable: -1)",
},
cli.Int64Flag{
Name: "forks.espresso",
Usage: "Optional flag to allow espresso fork overwritting (default: 0, disable: -1)",
Usage: "Optional flag to allow espresso fork overwriting (default: 0, disable: -1)",
},
cli.Int64Flag{
Name: "forks.gingerbread",
Usage: "Optional flag to allow gingerbread fork overwritting (default: 0, disable: -1)",
Usage: "Optional flag to allow gingerbread fork overwriting (default: 0, disable: -1)",
},
}

Expand Down

0 comments on commit 459662f

Please sign in to comment.