Skip to content

Commit

Permalink
Merge pull request #24569 from r-vasquez/document-uuid
Browse files Browse the repository at this point in the history
rpk remote debug bundle: job-id help text change
  • Loading branch information
r-vasquez authored Dec 20, 2024
2 parents 1c93893 + 7f8322c commit 732fd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/debug/remotebundle/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", "", "Custom UUID to assign to the job that generates the debug bundle")
f.BoolVar(&noConfirm, "no-confirm", false, "Disable confirmation prompt")
// Debug bundle options:
opts.InstallFlags(f)
Expand Down

0 comments on commit 732fd5e

Please sign in to comment.