unify descriptions of commands and root

This commit is contained in:
Baipyrus 2024-08-30 16:19:54 +02:00
parent a0376269f8
commit ea6990681e

View File

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