if verbose > 1:
        click.echo('Updating the following load balancers tagged with {}: {}'
                   .format(tag_key, tag_value))
        click.echo(', '.join(elb_names))
    elif verbose: