mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
use one-line messages where reasonable
This commit is contained in:
parent
7a8c9d58e0
commit
fca986e15a
@ -108,9 +108,8 @@ public class NBCLIScenarioParser {
|
||||
|
||||
if (namedSteps == null) {
|
||||
throw new BasicError("Unable to find named scenario '" + scenarioName + "' in workload '" + workloadName
|
||||
+ "', but you can pick from the following:\n" +
|
||||
scenarios.getScenarioNames().stream()
|
||||
.map(s -> "- " + s).collect(Collectors.joining("\n")));
|
||||
+ "', but you can pick from one of: " +
|
||||
scenarios.getScenarioNames().stream().collect(Collectors.joining(", ")));
|
||||
}
|
||||
|
||||
// each named command line step of the named scenario
|
||||
|
Loading…
Reference in New Issue
Block a user