fix name of utility

This commit is contained in:
2025-05-19 09:03:05 -05:00
committed by GitHub
parent b50dc9969f
commit 278435e066
+1 -1
View File
@@ -14,7 +14,7 @@ func main() {
var Protocol string
var rootCmd = &cobra.Command{
Use: "sendosc",
Use: "receiveosc",
Run: func(cmd *cobra.Command, args []string) {
netAddress := Host + ":" + Port
if Protocol == "udp" {