diff options
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r-- | perform/pio_perf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c index af06a97..a195d25 100644 --- a/perform/pio_perf.c +++ b/perform/pio_perf.c @@ -85,9 +85,9 @@ static const char *progname = "pio_perf"; * adding more, make sure that they don't clash with each other. */ #if 1 -static const char *s_opts = "ho:"; +static const char *s_opts = "ho:m:"; #else -static const char *s_opts = "hbo:"; +static const char *s_opts = "hbo:m:"; #endif /* 1 */ static struct long_options l_opts[] = { { "help", no_arg, 'h' }, |