We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea9edb commit c1cd89fCopy full SHA for c1cd89f
pkg/kubectl/cmd/exec/exec.go
@@ -82,7 +82,7 @@ func NewCmdExec(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.C
82
Executor: &DefaultRemoteExecutor{},
83
}
84
cmd := &cobra.Command{
85
- Use: "exec (POD | TYPE/NAME) [-c CONTAINER] -- COMMAND [args...]",
+ Use: "exec (POD | TYPE/NAME) [-c CONTAINER] [flags] -- COMMAND [args...]",
86
DisableFlagsInUseLine: true,
87
Short: i18n.T("Execute a command in a container"),
88
Long: "Execute a command in a container.",
0 commit comments