cli usage

This commit is contained in:
Vincent Batts 2023-02-17 11:07:30 -05:00
parent d2f7a2c905
commit 04eeb65758
1 changed files with 1 additions and 7 deletions

View File

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