From cb85cfc5c65e6cd84fe3a6f7218e72e6a0d2faf7 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 12 Dec 2001 16:46:46 -0500 Subject: [svn-r4712] Purpose: DOH! Description: Ugh! I forgot to add the -m flag to the list of "short" parameter codes. It wasn't even looking for them. *sigh* Solution: Added it Platforms tested: Linux --- perform/pio_perf.c | 4 ++-- 1 file 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' }, -- cgit v0.12