From ea6990681e74220ded4820990624d050300bcd69 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 30 Aug 2024 16:19:54 +0200 Subject: [PATCH] unify descriptions of commands and root --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { },