mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[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
This commit is contained in:
parent
c227600599
commit
cb85cfc5c6
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user