Skip to content

Commit

Permalink
fix: simplify noop flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nobe4 committed May 21, 2024
1 parent 2d78698 commit ffe3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ date with your ruleset.
)

func init() {
syncCmd.Flags().BoolVarP(&noop, "no-op", "n", false, "Doesn't execute any action")
syncCmd.Flags().BoolVarP(&noop, "noop", "n", false, "Doesn't execute any action")
}

0 comments on commit ffe3e10

Please sign in to comment.