Skip to content

Commit

Permalink
♻️ Update initialization command description for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Dec 29, 2024
1 parent 5ab6b7d commit 5904f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5904f54

Please sign in to comment.