mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-12 10:33:38 +00:00
fix name of cmd in makeosc
This commit is contained in:
@@ -17,7 +17,7 @@ func main() {
|
||||
var Slip bool
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "sendosc",
|
||||
Use: "makeosc",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
make(Address, Args, Types, Slip)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user