From 278435e066152fe0a5fd3deda8a07846ffc0c775 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 19 May 2025 09:03:05 -0500 Subject: [PATCH] fix name of utility --- cmd/receiveosc/receiveosc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/receiveosc/receiveosc.go b/cmd/receiveosc/receiveosc.go index d51c69e..50bc747 100644 --- a/cmd/receiveosc/receiveosc.go +++ b/cmd/receiveosc/receiveosc.go @@ -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" {