Skip to content

Commit

Permalink
docs: make uninstall --remote-configs description more accurate (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Jan 20, 2025
1 parent b223bf4 commit fbf3e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (uninstall) New(opts *lefthook.Options) *cobra.Command {

uninstallCmd.Flags().BoolVarP(
&args.RemoveConfig, "remove-configs", "c", false,
"remove lefthook.yml, lefthook-local.yml, .lefthook.yml, and .lefthook-local.yml",
"remove lefthook main and secondary config files",
)

return &uninstallCmd
Expand Down

0 comments on commit fbf3e2c

Please sign in to comment.