From 7f4d4cf0bab4f3f034614933351c5fe7f1826fb3 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 23 Aug 2011 12:15:12 +0100 Subject: [PATCH] Remove wrong type declaration from option Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Andrea Spadaccini <spadaccio@google.com> --- tools/cluster-merge | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/cluster-merge b/tools/cluster-merge index 1e01c9387..a8e3af6f0 100755 --- a/tools/cluster-merge +++ b/tools/cluster-merge @@ -82,8 +82,7 @@ RESTART_OPT = cli.cli_option("--restart", default=_RESTART_ALL, _RESTART_CHOICES)) SKIP_STOP_INSTANCES_OPT = cli.cli_option("--skip-stop-instances", default=True, - action="store_false", type="boolean", - dest="stop_instances", + action="store_false", dest="stop_instances", help=("Don't stop the instances on the" " clusters, just check that none" " is running")) -- GitLab