Skip to content

Commit

Permalink
Update cmd/preflight/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 dede187 commit 5cf4ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/preflight/cli/root.go
Expand Up @@ -36,7 +36,7 @@ that a cluster meets the requirements to run an application.`,
cmd.Flags().String("collector-pullpolicy", "", "the pull policy of the collector image")
cmd.Flags().Bool("collect-without-permissions", false, "always run preflight checks even if some require permissions that preflight does not have")
cmd.Flags().String("since-time", "", "forces pod's 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.")

viper.SetEnvKeyReplacer(strings.NewReplacer("-", "_"))

Expand Down

0 comments on commit 5cf4ae2

Please sign in to comment.