better wording

This commit is contained in:
risk danger olson 2015-07-10 11:41:11 -06:00
parent f3c4c07d54
commit 403d2f7783

@ -14,7 +14,7 @@ var (
uninitHooksCmd = &cobra.Command{ uninitHooksCmd = &cobra.Command{
Use: "hooks", Use: "hooks",
Short: "Clear the only Git hooks for the current repository", Short: "Clear only the Git hooks for the current repository",
Run: uninitHooksCommand, Run: uninitHooksCommand,
} }
) )