From dede18784146453baccb090454e19234969ee9ae Mon Sep 17 00:00:00 2001 From: Matias Manavella <67109879+manavellamnimble@users.noreply.github.com> Date: Thu, 22 Oct 2020 09:26:29 -0300 Subject: [PATCH] Update cmd/troubleshoot/cli/root.go Co-authored-by: Mark Pundsack --- cmd/troubleshoot/cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/troubleshoot/cli/root.go b/cmd/troubleshoot/cli/root.go index c504fdcf..70c7d95d 100644 --- a/cmd/troubleshoot/cli/root.go +++ b/cmd/troubleshoot/cli/root.go @@ -39,7 +39,7 @@ from a server that can be used to assist when troubleshooting a Kubernetes clust cmd.Flags().StringSlice("redactors", []string{}, "names of the additional redactors to use") cmd.Flags().Bool("redact", true, "enable/disable default redactions") cmd.Flags().Bool("collect-without-permissions", false, "always generate a support bundle, even if it some require additional permissions") - cmd.Flags().String("since-time", "", "forces pods logs collectors to return logs after a specific date (RFC3339)") + cmd.Flags().String("since-time", "", "force pod logs collectors to return logs after a specific date (RFC3339)") cmd.Flags().String("since", "", "force pod logs collectors to return logs newer than a relative duration like 5s, 2m, or 3h.") // hidden in favor of the `insecure-skip-tls-verify` flag