diff --git a/commands/commands_uninit.go b/commands/commands_uninit.go index 806b415c..44bfaaa0 100644 --- a/commands/commands_uninit.go +++ b/commands/commands_uninit.go @@ -14,7 +14,7 @@ var ( uninitHooksCmd = &cobra.Command{ Use: "hooks", - Short: "Clear the only Git hooks for the current repository", + Short: "Clear only the Git hooks for the current repository", Run: uninitHooksCommand, } )