1 parent 5876b5f commit 4c95a2aCopy full SHA for 4c95a2a
cmd/install.go
@@ -14,7 +14,7 @@ func (install) New(opts *lefthook.Options) *cobra.Command {
14
15
installCmd := cobra.Command{
16
Use: "install",
17
- Short: "Write basic configuration file in your project repository. Or initialize existing config",
+ Short: "Write a basic configuration file in your project repository, or initialize the existing configuration",
18
ValidArgsFunction: cobra.NoFileCompletions,
19
Args: cobra.NoArgs,
20
RunE: func(cmd *cobra.Command, _args []string) error {
0 commit comments