Skip to content

Commit be964cf

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Running 'limits show' returns nothing"
2 parents d751a21 + 0f0d66f commit be964cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/common/limits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ShowLimits(lister.Lister):
3131

3232
def get_parser(self, prog_name):
3333
parser = super(ShowLimits, self).get_parser(prog_name)
34-
type_group = parser.add_mutually_exclusive_group()
34+
type_group = parser.add_mutually_exclusive_group(required=True)
3535
type_group.add_argument(
3636
"--absolute",
3737
dest="is_absolute",

0 commit comments

Comments
 (0)