Skip to content

Commit

Permalink
Merge pull request #10469 from juanvallejo/jvallejo_add-oc-describe-h…
Browse files Browse the repository at this point in the history
…elp-suggestion

Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Aug 23, 2016
2 parents 31f6add + bc5afbb commit a1c9eb1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/cmd/wrappers.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const (

// NewCmdExec is a wrapper for the Kubernetes cli exec command
func NewCmdExec(fullName string, f *clientcmd.Factory, cmdIn io.Reader, cmdOut, cmdErr io.Writer) *cobra.Command {
cmd := kcmd.NewCmdExec(f.Factory, cmdIn, cmdOut, cmdErr)
cmd := kcmd.NewCmdExec(fullName, f.Factory, cmdIn, cmdOut, cmdErr)
cmd.Use = "exec [options] POD [-c CONTAINER] -- COMMAND [args...]"
cmd.Long = execLong
cmd.Example = fmt.Sprintf(execExample, fullName)
Expand Down
2 changes: 1 addition & 1 deletion vendor/k8s.io/kubernetes/pkg/kubectl/cmd/cmd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions vendor/k8s.io/kubernetes/pkg/kubectl/cmd/exec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1c9eb1

Please sign in to comment.