mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
unbreak --pin option for bar commands
This commit is contained in:
parent
4fa099fb45
commit
42127a9d52
@ -496,7 +496,7 @@ public class NBCLIArgsFile {
|
||||
}
|
||||
String opt = iter.next();
|
||||
|
||||
if (!opt.startsWith("-") || reservedPredicate.test(opt)) {
|
||||
if (!opt.startsWith("-")) {
|
||||
throw new RuntimeException("Arguments following the --pin option must not" +
|
||||
" be commands like '" + opt + "'");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user