summaryrefslogtreecommitdiff
path: root/openstackclient/object/v1/object.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/object/v1/object.py')
-rw-r--r--openstackclient/object/v1/object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/object/v1/object.py b/openstackclient/object/v1/object.py
index 71b6f520..e79cea48 100644
--- a/openstackclient/object/v1/object.py
+++ b/openstackclient/object/v1/object.py
@@ -139,7 +139,7 @@ class ListObject(command.Lister):
)
parser.add_argument(
"--limit",
- metavar="<limit>",
+ metavar="<num-objects>",
type=int,
help=_("Limit the number of objects returned"),
)