Skip to content

Commit

Permalink
refactored the long description
Browse files Browse the repository at this point in the history
  • Loading branch information
harisudarsan1 committed Dec 11, 2023
1 parent ae3becd commit 3202dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var installOptions install.Options
var installCmd = &cobra.Command{
Use: "install",
Short: "Install KubeArmor in a Kubernetes Cluster",
Long: `Install command installs kubearmor in the cluster. Install command checks the string passed with the env whether it is a valid environment or not. and save flag can be used to save the manifest `,
Long: `The installation command deploys Kubearmor into the cluster with the specified options. This command includes a validation step that checks whether the provided string in the "env" parameter corresponds to a valid environment. The "save" flag can be employed to persistently store the generated manifest.`,
RunE: func(cmd *cobra.Command, args []string) error {
if err := installOptions.Env.CheckAndSetValidEnvironmentOption(cmd.Flag("env").Value.String()); err != nil {
return fmt.Errorf("error in checking environment option: %v", err)
Expand Down

0 comments on commit 3202dcb

Please sign in to comment.