Merge pull request #58907 from CaoShuFeng/quick_verify

Automatic merge from submit-queue (batch tested with PRs 57229, 58907). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

fix `make quick-verify`

**Release note**:

```release-note
none
```
This commit is contained in:
Kubernetes Submit Queue 2018-01-27 00:31:33 -08:00 committed by GitHub
commit 5a508c2345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ quick-verify:
@echo "$$QUICK_VERIFY_HELP_INFO"
else
quick-verify: verify_generated_files
hack/make-rules/verify.sh -v -Q
QUICK=true SILENT=false hack/make-rules/verify.sh
endif
define UPDATE_HELP_INFO