summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorlvxianguo <lvxianguo@inspur.com>2018-11-01 16:45:27 +0800
committerlvxianguo <lvxianguo@inspur.com>2018-11-01 16:46:57 +0800
commit4c387fe94cd33ce9357df52d848d04b69c90b3fd (patch)
tree39747ff74256315cd0ee22ed466af5b0a28269b0 /doc/source
parent0a2b01fb40624af8c5b611843c120f024255d083 (diff)
downloadpython-openstackclient-4c387fe94cd33ce9357df52d848d04b69c90b3fd.tar.gz
trivial: modify spelling error of project
Change-Id: I6cf68325bc58cfd073c5fca4eb2773d108735399
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/data/keystone.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/keystone.csv b/doc/source/cli/data/keystone.csv
index 03c34704..bcc30551 100644
--- a/doc/source/cli/data/keystone.csv
+++ b/doc/source/cli/data/keystone.csv
@@ -18,7 +18,7 @@ service-get,service show,Display service from Service Catalog.
service-list,service list,List all services in Service Catalog.
tenant-create,project create,Create new tenant.
tenant-delete,project delete,Delete tenant.
-tenant-get,proejct show,Display tenant details.
+tenant-get,project show,Display tenant details.
tenant-list,project list,List all tenants.
tenant-update,project set,"Update tenant name, description, enabled status."
token-get,token issue,Display the current user token.