diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-12 21:46:46 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-12 21:46:46 (GMT) |
commit | cb85cfc5c65e6cd84fe3a6f7218e72e6a0d2faf7 (patch) | |
tree | eda44dee8f3393188c8e6b22eb7981f96b3e3614 /perform | |
parent | c227600599dd8b5ecfdb27c8310a612214d79969 (diff) | |
download | hdf5-cb85cfc5c65e6cd84fe3a6f7218e72e6a0d2faf7.zip hdf5-cb85cfc5c65e6cd84fe3a6f7218e72e6a0d2faf7.tar.gz hdf5-cb85cfc5c65e6cd84fe3a6f7218e72e6a0d2faf7.tar.bz2 |
[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
Diffstat (limited to 'perform')
-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' }, |