Skip to content

Commit

Permalink
docs: fix typo (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn authored Sep 10, 2022
1 parent ce75285 commit ab0428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minectl/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() {
var createCmd = &cobra.Command{
Use: "create",
Short: "Create an Minecraft Server.",
Example: `mincetl create \
Example: `minectl create \
--filename server-do.yaml`,
RunE: RunFunc(runCreate),
SilenceUsage: true,
Expand Down

0 comments on commit ab0428a

Please sign in to comment.