chore(logs): copyedit

Christian Rocha created

Change summary

cmd/logs.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

cmd/logs.go 🔗

@@ -18,7 +18,7 @@ import (
 var logsCmd = &cobra.Command{
 	Use:   "logs",
 	Short: "View crush logs",
-	Long:  `View the logs generated by Crush. This command allows you to see the log output for debugging and monitoring purposes.`,
+	Long:  `View the logs generated by Crush. This command allows you to see the log output for debugging and monitoring.`,
 	RunE: func(cmd *cobra.Command, args []string) error {
 		cwd, err := cmd.Flags().GetString("cwd")
 		if err != nil {