[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:
Bill Wendling 2001-12-12 16:46:46 -05:00
parent c227600599
commit cb85cfc5c6

View File

@ -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' },