summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/limits.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/common/limits.py b/openstackclient/common/limits.py
index bd546c01..1f87abf3 100644
--- a/openstackclient/common/limits.py
+++ b/openstackclient/common/limits.py
@@ -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