diff --git a/cmd/tagalign/tagalign.go b/cmd/tagalign/tagalign.go index 32b0c16..68ef95f 100644 --- a/cmd/tagalign/tagalign.go +++ b/cmd/tagalign/tagalign.go @@ -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")