Skip to content

Commit

Permalink
Merge pull request #4557 from twinguy/main
Browse files Browse the repository at this point in the history
`flux stats` should error on unrecognised args
  • Loading branch information
stefanprodan authored Jan 23, 2024
2 parents 779156c + 1a0d931 commit 40bf47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flux/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (

var statsCmd = &cobra.Command{
Use: "stats",
Args: cobra.NoArgs,
Short: "Stats of Flux reconciles",
Long: withPreviewNote(`The stats command prints a report of Flux custom resources present on a cluster,
including their reconcile status and the amount of cumulative storage used for each source type`),
Expand Down

0 comments on commit 40bf47f

Please sign in to comment.