diff --git a/doc/source/run_in_docker.rst b/doc/source/run_in_docker.rst index 60dd2d80..ddee704b 100644 --- a/doc/source/run_in_docker.rst +++ b/doc/source/run_in_docker.rst @@ -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. diff --git a/doc/source/uploading_private_results.rst b/doc/source/uploading_private_results.rst index 7f26b259..b2dba1e5 100644 --- a/doc/source/uploading_private_results.rst +++ b/doc/source/uploading_private_results.rst @@ -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: