Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusOllah committed Nov 14, 2023
1 parent 3a1b573 commit 501cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sparrow2img/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ var opts struct {
} `positional-args:"yes" required:"yes"`
Verbose bool `short:"v" long:"verbose" description:"Print verbose information"`
Output string `short:"o" long:"output" description:"Output directory" default:"out/"`
SubTexture string `short:"t" long:"sub-texture" description:"Extract a specific frame / subtexture"`
SubTexture string `short:"t" long:"sub-texture" description:"Extract a specific frame / sub-texture"`
}

0 comments on commit 501cb76

Please sign in to comment.