diff --git a/cmd/root.go b/cmd/root.go index 993a769..c0f3ee6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -32,13 +32,7 @@ var cfgFile string // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "sniff-dns", - Short: "A brief description of your application", - Long: `A longer description that spans multiple lines and likely contains -examples and usage of using your application. For example: - -Cobra is a CLI library for Go that empowers applications. -This application is a tool to generate the needed files -to quickly create a Cobra application.`, + Short: "basic local DNS sniffer", // Uncomment the following line if your bare application // has an action associated with it: Run: func(cmd *cobra.Command, args []string) {