diff --git a/os_doc_tools/commands.py b/os_doc_tools/commands.py index c964742d..c584f03b 100644 --- a/os_doc_tools/commands.py +++ b/os_doc_tools/commands.py @@ -639,7 +639,7 @@ def document_single_project(os_command, output_dir): Block Storage API v2 commands You can select an API version to use by adding the - --os-volume-api-version option or by setting + --os-volume-api-version parameter or by setting the corresponding environment variable:\n""") out_file.write("$ " "export OS_VOLUME_API_VERSION=2\n" @@ -676,7 +676,7 @@ def document_single_project(os_command, output_dir): Image service API v2 commands You can select an API version to use by adding the - --os-image-api-version option or by setting + --os-image-api-version parameter or by setting the corresponding environment variable:\n""") out_file.write("$ " "export OS_IMAGE_API_VERSION=2\n"