Recognize the documented -p flag

This commit is contained in:
Matt McCormick 2016-07-28 21:25:58 -04:00
parent 18b4ed638a
commit a26f0ae59d

@ -148,7 +148,7 @@ int main( int argc, char** argv )
int c; int c;
// while c != -1 // while c != -1
while( (c = getopt_long( argc, argv, "hi:cg:m:a:t:", long_options, NULL) ) != -1 ) while( (c = getopt_long( argc, argv, "hi:cpg:m:a:t:", long_options, NULL) ) != -1 )
{ {
switch( c ) switch( c )
{ {