fix cmd name and description

This commit is contained in:
2025-10-01 13:07:00 -05:00
parent e748adfa1c
commit 1ad942e489
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ func main() {
var Format string
cmd := &cli.Command{
Name: "makeosc",
Usage: "make osc bytes",
Name: "receiveosc",
Usage: "receive OSC messages via UDP or TCP",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "host",
+2 -2
View File
@@ -23,8 +23,8 @@ func main() {
var Slip bool
cmd := &cli.Command{
Name: "makeosc",
Usage: "make osc bytes",
Name: "sendosc",
Usage: "send OSC messages via UDP or TCP",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "host",