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 {