at 24.05-pre 307 B view raw
1diff --git a/cmd/root.go b/cmd/root.go 2index 3d85c19..cbbe40c 100644 3--- a/cmd/root.go 4+++ b/cmd/root.go 5@@ -16,7 +16,7 @@ import ( 6 var cfgFile string 7 8 var rootCmd = &cobra.Command{ 9- Use: "twitch", 10+ Use: "twitch-cli", 11 Short: "A simple CLI tool for the New Twitch API and Webhook products.", 12 } 13