Skip to content

Commit

Permalink
Update cmd/troubleshoot/cli/root.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Pundsack <markpundsack@users.noreply.github.com>
  • Loading branch information
manavellamnimble and markpundsack committed Oct 22, 2020
1 parent f3af73b commit 7dc6e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/troubleshoot/cli/root.go
Expand Up @@ -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")
Expand Down

0 comments on commit 7dc6e22

Please sign in to comment.