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) {