mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-12 10:33:38 +00:00
fix name of utility
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user