1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Fix description for resume --all

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2021-10-13 16:25:15 +01:00
parent da87e16321
commit 4f7d89e825

View File

@@ -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)
}