Skip to content

Commit 4c95a2a

Browse files
committed
chore: help text for install command
1 parent 5876b5f commit 4c95a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cmd/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func (install) New(opts *lefthook.Options) *cobra.Command {
1414

1515
installCmd := cobra.Command{
1616
Use: "install",
17-
Short: "Write basic configuration file in your project repository. Or initialize existing config",
17+
Short: "Write a basic configuration file in your project repository, or initialize the existing configuration",
1818
ValidArgsFunction: cobra.NoFileCompletions,
1919
Args: cobra.NoArgs,
2020
RunE: func(cmd *cobra.Command, _args []string) error {

0 commit comments

Comments
 (0)