mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 09:17:27 +00:00
Merge pull request #1937 from SomtochiAma/resume-docs
Fix description for resume --all
This commit is contained in:
commit
75d4f87dec
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ var resumeArgs ResumeFlags
|
|||
|
||||
func init() {
|
||||
resumeCmd.PersistentFlags().BoolVarP(&resumeArgs.all, "all", "", false,
|
||||
"suspend all resources in that namespace")
|
||||
"resume all resources in that namespace")
|
||||
rootCmd.AddCommand(resumeCmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue