From a81a9519e0f73059a61c8c0d1b46d4d193d3870d Mon Sep 17 00:00:00 2001 From: Daniel Wu Date: Sun, 27 Aug 2023 14:38:45 -0400 Subject: [PATCH] change root usage --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 469262f..4088c12 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -13,7 +13,7 @@ import ( // rootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ - Use: "./dlp-cli", + Use: "dlp-cli", Short: "DLP's CLI", Long: `Welcome to DLP's CLI!`, PersistentPreRun: func(cmd *cobra.Command, args []string) {