Add errors setting to stress help, ninja

This commit is contained in:
T Jake Luciani 2014-12-08 10:20:14 -05:00
parent 06168b1d0d
commit c1610f6daf
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public enum CliOption
COL("Column details such as size and count distribution, data generator, names, comparator and if super columns should be used", SettingsColumn.helpPrinter()),
RATE("Thread count, rate limit or automatic mode (default is auto)", SettingsRate.helpPrinter()),
MODE("Thrift or CQL with options", SettingsMode.helpPrinter()),
ERRORS("How to handle errors when encountered during stress", SettingsErrors.helpPrinter()),
SCHEMA("Replication settings, compression, compaction, etc.", SettingsSchema.helpPrinter()),
NODE("Nodes to connect to", SettingsNode.helpPrinter()),
LOG("Where to log progress to, and the interval at which to do it", SettingsLog.helpPrinter()),