mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
updated missing NBCLIOptions
This commit is contained in:
parent
659921df9b
commit
6138438f51
@ -355,7 +355,7 @@ public class NBCLIOptions {
|
||||
|
||||
if (cmds == null){
|
||||
List<String> names = scenarios.getScenarioNames();
|
||||
throw new RuntimeException("Unknown scenaro name, make sure the scenario name you provide exists in the workload definition (yaml):\n" + String.join(",", names));
|
||||
throw new RuntimeException("Unknown scenario name, make sure the scenario name you provide exists in the workload definition (yaml):\n" + String.join(",", names));
|
||||
}
|
||||
|
||||
for (String cmd : cmds) {
|
||||
|
Loading…
Reference in New Issue
Block a user