Trivial: Fix typo in common/limits.py
Change-Id: I3040cc69512df50459960f96b862de55804068ac
This commit is contained in:
parent
41853985bb
commit
3e0e1f8c41
@ -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…
Reference in New Issue
Block a user