Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 897c48e75f Merge pull request #39053 from tanshanshan/fix-help2
Automatic merge from submit-queue (batch tested with PRs 39053, 36446)

fix --no-header help description

**What this PR does / why we need it**:

the current description is
>  --no-headers=false: When using the default or custom-column output format, don't print headers.

but ,

>  kubectl get po

 the header has been printing , so  the default condition is printing headers.

> kubectl get po --no-headers=true

 the header  has been not printing

> kubectl get po --no-headers=false

 the header  has been printing

So , I  fixed the help description

Thanks.

**Special notes for your reviewer**:

**Release note**:

```release-note
```
2016-12-28 19:07:04 -08:00
..
2016-12-12 13:30:07 -08:00
2016-12-12 13:30:07 -08:00
2016-12-22 09:48:24 +08:00
2016-12-23 20:45:52 -08:00
2016-12-03 19:10:46 -05:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-10-29 20:24:54 -07:00
2016-10-29 20:24:54 -07:00
2016-12-21 09:03:27 -05:00
2016-12-21 09:03:27 -05:00
2016-12-17 00:07:24 +01:00
2016-12-09 09:42:01 +01:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-12-23 20:45:52 -08:00
2016-12-05 11:03:21 +08:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-12-17 00:07:24 +01:00
2016-11-23 22:30:47 -06:00
2016-12-12 20:23:17 +03:00
2016-12-12 20:23:17 +03:00
2016-11-10 14:07:42 -08:00