From 5904f54cb10b29bbcc21e6733aa58389bf081fe1 Mon Sep 17 00:00:00 2001 From: jasonBirchall Date: Sun, 29 Dec 2024 20:21:16 +0000 Subject: [PATCH] :recycle: Update initialization command description for better clarity --- cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/init.go b/cmd/init.go index 7a59122..c46f2a7 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -17,7 +17,7 @@ var configContent = ` // initCmd represents the init command var initCmd = &cobra.Command{ Use: "init", - Short: "Initializes the configuration file in the user's Linux profile", + Short: "Initializes the configuration file in the user's profile", Long: `This command initializes a configuration file named .lazycommit.yaml in the user's home directory.`, Run: func(cmd *cobra.Command, args []string) {