diff --git a/src/go/rpk/pkg/cli/debug/remotebundle/start.go b/src/go/rpk/pkg/cli/debug/remotebundle/start.go index ba477a28956c..0a90103c7d1a 100644 --- a/src/go/rpk/pkg/cli/debug/remotebundle/start.go +++ b/src/go/rpk/pkg/cli/debug/remotebundle/start.go @@ -155,7 +155,7 @@ status, run: }, } f := cmd.Flags() - f.StringVar(&jobID, "job-id", "", "ID of the job to start debug bundle in") + f.StringVar(&jobID, "job-id", "", "UUID of the job to start the debug bundle in") f.BoolVar(&noConfirm, "no-confirm", false, "Disable confirmation prompt") // Debug bundle options: opts.InstallFlags(f)