* tests/bench-mcel.c (main): Fix typo in usage message.
2023-09-26 Paul Eggert <eggert@cs.ucla.edu>
+ mcel-bench-tests: fix typo
+ * tests/bench-mcel.c (main): Fix typo in usage message.
+
Remaining support for GNULIB_MCEL_PREFER
Support mcel API in remaining modules where this might matter,
for apps that prefer it.
{
fprintf (stderr, "Usage: %s TESTS REPETITIONS\n", argv[0]);
- fprintf (stderr, "Example: %s ABCDEFGHIJKabehi 100000\n", argv[0]);
+ fprintf (stderr, "Example: %s ABCDEFGHIJKLabehi 100000\n", argv[0]);
exit (1);
}