fix the description for the beamng command

This commit is contained in:
2026-07-09 11:58:30 +01:00
parent 9b19731858
commit 25c81ada32
+2 -5
View File
@@ -12,11 +12,8 @@ import (
// beamNGCmd is the parent command for the BeamNG agent actions
var beamNGCmd = &cobra.Command{
Use: "beamng",
Short: "record -o <path-to-bin-file>",
Long: "record will store the data from the given UDP server to the " +
"filepath given by -i",
Args: nil,
// Run: beamngAction,
Short: "BeamNG telemetry utilities",
Args: nil,
}
var beamNGRecordCMD = &cobra.Command{