Hi Guido, > Signed-off-by: Guido Trotter <[email protected]> > --- > tools/cluster-merge | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/cluster-merge b/tools/cluster-merge > index a76aec1..1a0c9b0 100755 > --- a/tools/cluster-merge > +++ b/tools/cluster-merge > @@ -85,8 +85,8 @@ SKIP_STOP_INSTANCES_OPT = > cli.cli_option("--skip-stop-instances", default=True, > action="store_false", type="boolean", > dest="stop_instances", > help=("Don't stop the instances on > the" > - " clusters, but just to check" > - " that none is running")) > + " clusters, just check that > none" > + " is running"))
LGTM. :) Thanks, Andrea
