summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-11-08 23:27:05 +0000
committerGerrit Code Review <review@openstack.org>2018-11-08 23:27:05 +0000
commit097b45686e74d7f3ef086a1684e745cf83e73767 (patch)
tree6fa8bf7d303d398547c952564ae61d06d18a718e /doc/source/cli/command-objects
parent51986b1eae4b03c23641e9631487acc3ffcf458d (diff)
parent0d764cdb5a1f9a8b113721634fcc8948ddd82c8d (diff)
downloadpython-openstackclient-097b45686e74d7f3ef086a1684e745cf83e73767.tar.gz
Merge "Add project param in LimitList parser"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/limit.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/limit.rst b/doc/source/cli/command-objects/limit.rst
index 71cf2a42..46da6c1b 100644
--- a/doc/source/cli/command-objects/limit.rst
+++ b/doc/source/cli/command-objects/limit.rst
@@ -73,6 +73,7 @@ List project-specific limits
[--service <service>]
[--resource-name <resource-name>]
[--region <region>]
+ [--project <project>]
.. option:: --service <service>
@@ -86,6 +87,10 @@ List project-specific limits
The region name to filter the response by
+.. option:: --project <project>
+
+ List resource limits associated with project
+
limit show
----------