Trivial: Fix typo in common/limits.py

Change-Id: I3040cc69512df50459960f96b862de55804068ac
This commit is contained in:
Tang Chen 2016-03-23 16:04:21 +08:00
parent 41853985bb
commit 3e0e1f8c41
2 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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