diff options
-rw-r--r-- | tools/testing/selftests/bpf/test_progs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c index 6c11c796ea1f..12895d03d58b 100644 --- a/tools/testing/selftests/bpf/test_progs.c +++ b/tools/testing/selftests/bpf/test_progs.c | |||
@@ -278,7 +278,7 @@ enum ARG_KEYS { | |||
278 | ARG_VERIFIER_STATS = 's', | 278 | ARG_VERIFIER_STATS = 's', |
279 | ARG_VERBOSE = 'v', | 279 | ARG_VERBOSE = 'v', |
280 | }; | 280 | }; |
281 | 281 | ||
282 | static const struct argp_option opts[] = { | 282 | static const struct argp_option opts[] = { |
283 | { "num", ARG_TEST_NUM, "NUM", 0, | 283 | { "num", ARG_TEST_NUM, "NUM", 0, |
284 | "Run test number NUM only " }, | 284 | "Run test number NUM only " }, |