From b958de1c5051f97cb53978b7dc91e29b7db852fb Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 10 Jul 2025 21:39:16 -0400 Subject: [PATCH] chore(logs): copyedit --- cmd/logs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/logs.go b/cmd/logs.go index 00ac38cbe2cf3ff0c0635b178102eaa461009d09..e1cfde432b858afd070d50b2a9de1d4b4c0c1b17 100644 --- a/cmd/logs.go +++ b/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 {