Files
kubernetes/pkg/kubectl
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-01 16:09:05 +08:00
2016-12-21 09:03:27 -05:00
2016-12-14 12:39:49 -08:00
2016-12-17 00:07:24 +01:00
2016-12-09 09:42:01 +01:00
2016-12-03 19:10:46 -05:00
2016-11-30 17:40:57 +08:00
2016-12-21 09:03:27 -05: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-12-20 10:00:00 +01:00
2016-12-17 00:07:24 +01:00
2016-12-09 09:42:01 +01:00
2016-12-17 00:07:24 +01:00
2016-11-23 15:53:09 -08:00
2016-12-10 18:07:33 -05:00
2016-12-09 09:42:01 +01:00
2016-12-14 12:39:49 -08:00