Skip to content
Snippets Groups Projects
Unverified Commit 75d4f87d authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #1937 from SomtochiAma/resume-docs

Fix description for resume --all
parents da87e163 4f7d89e8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment