mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into cassandra-2.2
This commit is contained in:
commit
89344f182a
|
|
@ -112,7 +112,7 @@ public class SettingsPopulation implements Serializable
|
|||
|
||||
public SequentialOptions(String defaultLimit)
|
||||
{
|
||||
populate = new OptionSimple("seq=", "[0-9]+\\.\\.+[0-9]+[MBK]?",
|
||||
populate = new OptionSimple("seq=", "[0-9]+[MBK]?\\.\\.+[0-9]+[MBK]?",
|
||||
"1.." + defaultLimit,
|
||||
"Generate all seeds in sequence", true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue