summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/latency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/latency.c b/test/latency.c
index e9bc6d84..f3d2eb6f 100644
--- a/test/latency.c
+++ b/test/latency.c
@@ -502,7 +502,7 @@ int main(int argc, char *argv[])
morehelp = 0;
while (1) {
int c;
- if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:s:bpen", long_option, NULL)) < 0)
+ if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:B:E:s:bpen", long_option, NULL)) < 0)
break;
switch (c) {
case 'h':