Skip to content

Commit 3e0e1f8

Browse files
author
Tang Chen
committed
Trivial: Fix typo in common/limits.py
Change-Id: I3040cc69512df50459960f96b862de55804068ac
1 parent 4185398 commit 3e0e1f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/command-objects/limits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Show compute and block storage limits
3737

3838
.. option:: --domain <domain>
3939

40-
Domain that owns --project (name or ID) [only valid with --absolute]
40+
Domain the project belongs to (name or ID) [only valid with --absolute]

openstackclient/common/limits.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def get_parser(self, prog_name):
5555
parser.add_argument(
5656
'--domain',
5757
metavar='<domain>',
58-
help='Domain that owns --project (name or ID)'
59-
' [only valid with --absolute]',
58+
help='Domain the project belongs to (name or ID)'
59+
' [only valid with --absolute]',
6060
)
6161
return parser
6262

0 commit comments

Comments
 (0)