From ba588b9eefc23e86e337049511303f5a1e7c563e Mon Sep 17 00:00:00 2001 From: Cheithanya Date: Mon, 12 Sep 2022 21:28:55 +0530 Subject: [PATCH] Added the comments for update command --- cmd/update/update.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cmd/update/update.go b/cmd/update/update.go index 2d067f78..c265ad8e 100644 --- a/cmd/update/update.go +++ b/cmd/update/update.go @@ -1,11 +1,8 @@ package update -//This update command takes one argument for the type of OS installed(linux/windows/macos) -//and updates to the latest kubescape release. -//Examples:- -// kubescape update linux -// kubescape update windows -// kubescape update macos +//This update command updates to the latest kubescape release. +//Example:- +// kubescape update import ( "fmt"