From 25c81ada32474b97198ed0be1c13950f5d019788 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Thu, 9 Jul 2026 11:58:30 +0100 Subject: [PATCH] fix the description for the beamng command --- cmd/beamng.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cmd/beamng.go b/cmd/beamng.go index 49f2c60..8307e7a 100644 --- a/cmd/beamng.go +++ b/cmd/beamng.go @@ -12,11 +12,8 @@ import ( // beamNGCmd is the parent command for the BeamNG agent actions var beamNGCmd = &cobra.Command{ Use: "beamng", - Short: "record -o ", - 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{