Fix two typos

rebuids  => rebuilds
agrument => argument

Change-Id: Ia0b4774c8d72c3aa02b10039d7163db66ae49d85
This commit is contained in:
Atsushi SAKAI 2016-08-23 19:36:04 +09:00
parent ef22a6d56e
commit 359f3aa329
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Available script options:
reuses this container if such one exists. If you want to drop the DB
data, just execute
``sudo docker rm refstack_data_{DATA-BASE-REVISON}``.
- ``-b`` Force delete RefStack image and build it again. This rebuids
- ``-b`` Force delete RefStack image and build it again. This rebuilds
the Python and JS environment for RefStack.
- ``-d`` Turn on debug information.
- ``-h`` Print usage message.

View File

@ -92,7 +92,7 @@ Upload the test result with refstack-client
- ``./refstack-client upload /path_to_testresult_json_file --url https://refstack.openstack.org/api -i ~/.ssh/id_rsa``
\*\* NOTE \*\* Users may need to add the '--insecure' optional agrument
\*\* NOTE \*\* Users may need to add the '--insecure' optional argument
to the command string if certificate validation issues occur when
uploading test result. To use with insecure: