From 26f4bc194011d76653eb9ef009d2ffe5f12c047a Mon Sep 17 00:00:00 2001 From: MUzairS15 Date: Fri, 4 Oct 2024 20:45:03 +0530 Subject: [PATCH] update command description Signed-off-by: MUzairS15 --- cmd/kanvas-snapshot/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kanvas-snapshot/main.go b/cmd/kanvas-snapshot/main.go index a843963f01..ec5ede8858 100644 --- a/cmd/kanvas-snapshot/main.go +++ b/cmd/kanvas-snapshot/main.go @@ -52,7 +52,7 @@ var generateKanvasSnapshotCmd = &cobra.Command{ Flags: -f, --file string URI to Helm chart (required) -n, --name string (optional name for the Meshery design - -e, --email string (optional) email address to notify when snapshot is ready + -e, --email string email address to notify when snapshot is ready (required) -h Help for Helm Kanvas Snapshot plugin`, RunE: func(cmd *cobra.Command, args []string) error {