diff --git a/cmd/root.go b/cmd/root.go index 03a2658..f977065 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -9,7 +9,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "ProxySwitcher", - Short: "A simple proxy switching tool", + Short: "A simple internet proxy switching tool", // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { },