Merge pull request #26977 from joe2far/fix-help-strings

Automatic merge from submit-queue

Make kubectl help strings consistent
This commit is contained in:
k8s-merge-robot
2016-07-07 00:12:22 -07:00
committed by GitHub
26 changed files with 50 additions and 40 deletions

View File

@@ -59,7 +59,7 @@ func NewCmdAttach(f *cmdutil.Factory, cmdIn io.Reader, cmdOut, cmdErr io.Writer)
}
cmd := &cobra.Command{
Use: "attach POD -c CONTAINER",
Short: "Attach to a running container.",
Short: "Attach to a running container",
Long: "Attach to a process that is already running inside an existing container.",
Example: attach_example,
Run: func(cmd *cobra.Command, args []string) {