about summary refs log tree commit diff
path: root/pkgs/development/tools/twitch-cli/application-name.patch
blob: 0d80e7252c884f405ef207c9aa35a9557973000d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmd/root.go b/cmd/root.go
index 3d85c19..cbbe40c 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -16,7 +16,7 @@ import (
 var cfgFile string
 
 var rootCmd = &cobra.Command{
-	Use:   "twitch",
+	Use:   "twitch-cli",
 	Short: "A simple CLI tool for the New Twitch API and Webhook products.",
 }