From 7dc6e22d8d7b5f22f370d00b0ffa5d41db0c71e9 Mon Sep 17 00:00:00 2001 From: Matias Manavella <67109879+manavellamnimble@users.noreply.github.com> Date: Thu, 22 Oct 2020 09:26:11 -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 892d6ed02..c504fdcf8 100644 --- a/cmd/troubleshoot/cli/root.go +++ b/cmd/troubleshoot/cli/root.go @@ -40,7 +40,7 @@ from a server that can be used to assist when troubleshooting a Kubernetes clust 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", "", "forces pod's logs collectors to return logs newer than a relative duration like 5s, 2m, or 3h.") + 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 cmd.Flags().Bool("allow-insecure-connections", false, "when set, do not verify TLS certs when retrieving spec and reporting results")