summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/nettle-benchmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c
index 9327881b..4efcca5c 100644
--- a/examples/nettle-benchmark.c
+++ b/examples/nettle-benchmark.c
@@ -807,6 +807,7 @@ main(int argc, char **argv)
frequency = atof(optarg);
if (frequency > 0.0)
break;
+ /* Fall through */
case OPT_HELP:
printf("Usage: nettle-benchmark [-f clock frequency] [alg...]\n");