summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-12 11:22:09 +0000
committerGerrit Code Review <review@openstack.org>2022-10-12 11:22:09 +0000
commitccd935655000682102d2f024e6a0219064ac9320 (patch)
treecd5f39dcb4b420299c68a2767d28b3fb97b6163c /doc/source
parent351b2b107431aaad620bf47286ec234d5cf48bf2 (diff)
parent04e68e0d5a49be93f79d6d71821ab8cd0b0ce589 (diff)
downloadpython-openstackclient-ccd935655000682102d2f024e6a0219064ac9320.tar.gz
Merge "quota: Add 'quota show --usage' option"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/data/cinder.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv
index 9fe6c9d6..8b25d3fd 100644
--- a/doc/source/cli/data/cinder.csv
+++ b/doc/source/cli/data/cinder.csv
@@ -94,7 +94,7 @@ quota-defaults,quota show --default,Lists default quotas for a tenant.
quota-delete,quota delete --volume,Delete the quotas for a tenant.
quota-show,quota show,Lists quotas for a tenant.
quota-update,quota set,Updates quotas for a tenant.
-quota-usage,quota list --detail,Lists quota usage for a tenant.
+quota-usage,quota show --usage,Lists quota usage for a tenant.
rate-limits,limits show --rate,Lists rate limits for a user.
readonly-mode-update,volume set --read-only-mode | --read-write-mode,Updates volume read-only access-mode flag.
rename,volume set --name,Renames a volume.