From 4837e644dd92fbb14c0b11015a16c0650687ebc1 Mon Sep 17 00:00:00 2001 From: AshutoshPatole Date: Sat, 10 Aug 2024 16:27:21 +0530 Subject: [PATCH] update cmd name --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 34a6083..b93bce3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -16,7 +16,7 @@ var ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Use: "ssm-v2", + Use: "ssm", Short: "A brief description of your application", Long: ``, PersistentPreRun: func(cmd *cobra.Command, args []string) {