diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 56d713d4..a378fb1c 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -595,8 +595,8 @@ def _show_cluster(sc, cluster_id): help=_('Profile Id used for this cluster.')) @utils.arg('-n', '--min-size', metavar='', default=0, help=_('Min size of the cluster. Default to 0.')) -@utils.arg('-m', '--max-size', metavar='', default=0, - help=_('Max size of the cluster. Default to 0, means unlimtated.')) +@utils.arg('-m', '--max-size', metavar='', default=-1, + help=_('Max size of the cluster. Default to -1, means unlimtated.')) @utils.arg('-c', '--desired-capacity', metavar='', default=0, help=_('Desired capacity of the cluster. Default to 0.')) @utils.arg('-o', '--parent', metavar='',