Merge pull request #10252 from akramer/patch-1

Fixing spacing in documentation comments
This commit is contained in:
Maxwell Forbes
2015-06-25 15:09:41 -07:00
3 changed files with 7 additions and 4 deletions

View File

@@ -147,7 +147,8 @@ $ kubectl exec 123456\-7890 date
// get output from running 'date' in ruby\-container from pod 123456\-7890
$ kubectl exec 123456\-7890 \-c ruby\-container date
//switch to raw terminal mode, sends stdin to 'bash' in ruby\-container from pod 123456\-780 and sends stdout/stderr from 'bash' back to the client
// switch to raw terminal mode, sends stdin to 'bash' in ruby\-container from pod 123456\-780
// and sends stdout/stderr from 'bash' back to the client
$ kubectl exec 123456\-7890 \-c ruby\-container \-i \-t \-\- bash \-il
.fi