Merge pull request #47227 from supereagle/correct-script-name

Automatic merge from submit-queue

correct the name of the script to generate swagger doc

**What this PR does / why we need it**: The name of the script to generate swagger doc is not correct, this PR is to fix it.

**Which issue this PR fixes**: fixes #

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-06-22 23:27:15 -07:00 committed by GitHub
commit 418c319e0a

View File

@ -9,7 +9,7 @@ $ sudo docker build -t gcr.io/google_containers/gen-swagger-docs:v1 .
To generate the html docs, To generate the html docs,
``` ```
$ ./run-gen-swagger-docs.sh <API version> <absolute output path, default to PWD> $ ./gen-swagger-docs.sh <API version> <absolute output path, default to PWD>
``` ```
The generated definitions.html and operations.html will be stored in output paths. The generated definitions.html and operations.html will be stored in output paths.