diff options
Diffstat (limited to 'openstackclient/object/v1/container.py')
| -rw-r--r-- | openstackclient/object/v1/container.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/object/v1/container.py b/openstackclient/object/v1/container.py index 88fb8602..9f689ab6 100644 --- a/openstackclient/object/v1/container.py +++ b/openstackclient/object/v1/container.py @@ -119,7 +119,7 @@ class ListContainer(command.Lister): ) parser.add_argument( "--limit", - metavar="<limit>", + metavar="<num-containers>", type=int, help=_("Limit the number of containers returned"), ) |
