From 04eeb657580617c96f83171746f6b3eaad39cb39 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 17 Feb 2023 11:07:30 -0500 Subject: [PATCH] cli usage --- cmd/root.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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) {