mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-03 20:48:59 +00:00
fix name of utility
This commit is contained in:
@@ -14,7 +14,7 @@ func main() {
|
|||||||
var Protocol string
|
var Protocol string
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "sendosc",
|
Use: "receiveosc",
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
netAddress := Host + ":" + Port
|
netAddress := Host + ":" + Port
|
||||||
if Protocol == "udp" {
|
if Protocol == "udp" {
|
||||||
|
|||||||
Reference in New Issue
Block a user