Added the comments for update command

This commit is contained in:
Cheithanya
2022-09-12 21:28:55 +05:30
parent f48b848eb6
commit ba588b9eef
+3 -6
View File
@@ -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"