Merge pull request #95006 from verb/debug-help

Update the use message for kubectl debug

Kubernetes-commit: 85c9183c6b8b535181131efa19b3deffa94c42d7
This commit is contained in:
Kubernetes Publisher 2020-09-24 09:24:21 -07:00
commit 543e326352
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ func NewCmdDebug(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.
o := NewDebugOptions(streams)
cmd := &cobra.Command{
Use: "debug NAME --image=image [ -- COMMAND [args...] ]",
Use: "debug (POD | TYPE[[.VERSION].GROUP]/NAME) --image=image [ -- COMMAND [args...] ]",
DisableFlagsInUseLine: true,
Short: i18n.T("Attach a debug container to a running pod"),
Long: debugLong,