mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Trivial: Fix typo in common/limits.py
Change-Id: I3040cc69512df50459960f96b862de55804068ac
This commit is contained in:
parent
41853985bb
commit
3e0e1f8c41
2 changed files with 3 additions and 3 deletions
|
|
@ -37,4 +37,4 @@ Show compute and block storage limits
|
|||
|
||||
.. option:: --domain <domain>
|
||||
|
||||
Domain that owns --project (name or ID) [only valid with --absolute]
|
||||
Domain the project belongs to (name or ID) [only valid with --absolute]
|
||||
|
|
|
|||
|
|
@ -55,8 +55,8 @@ class ShowLimits(command.Lister):
|
|||
parser.add_argument(
|
||||
'--domain',
|
||||
metavar='<domain>',
|
||||
help='Domain that owns --project (name or ID)'
|
||||
' [only valid with --absolute]',
|
||||
help='Domain the project belongs to (name or ID)'
|
||||
' [only valid with --absolute]',
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue