Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
4meepo authored Mar 22, 2023
1 parent b3cb787 commit 178b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tagalign/tagalign.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
var autoSort bool
var fixedOrder string

// Just for declase
// just for declaration
flag.BoolVar(&autoSort, "auto-sort", false, "enable auto sort tags")
flag.StringVar(&fixedOrder, "fixed-order", "", "specify the fixed order of tags, the other tags will be sorted by name")

Expand Down

0 comments on commit 178b962

Please sign in to comment.