fix name of cmd in makeosc

This commit is contained in:
2025-05-19 09:08:24 -05:00
committed by GitHub
parent 278435e066
commit 2f4b90fc16
+1 -1
View File
@@ -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)
},