Repeat less repeatedly.

This commit is contained in:
Gian Merlino 2014-08-26 13:39:09 -07:00
parent 890ba5a4ca
commit 5888275206
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class CliHadoopIndexer implements Runnable
private List<String> coordinates;
@Option(name = "--no-default-hadoop",
description = "don't pull down the default hadoop version (currently org.apache.hadoop:hadoop-client:2.3.0)",
description = "don't pull down the default hadoop version (currently " + DEFAULT_HADOOP_COORDINATES + ")",
required = false)
public boolean noDefaultHadoop;