.help("Solr URL to merge resulting shard into if using --go-live. "
+ "Example: http://solr001.mycompany.com:8983/solr/collection1. "
+ "Multiple --shard-url arguments can be specified, one for each desired shard. "
+ "If you are merging shards into a SolrCloud cluster, use --zk-host instead."));
Argument shardsArg = nonSolrCloud(solrClusterInfoGroup.addArgument("--shards")
.metavar("INTEGER")
.type(Integer.class).choices(new RangeArgumentChoice(1, Integer.MAX_VALUE))
.help("Number of output shards to generate."));
ArgumentGroup goLiveGroup = parser.addArgumentGroup("Go live arguments")