Skip to content
Snippets Groups Projects
Commit 7bb705c8 authored by tewk's avatar tewk
Browse files

Fixed cmdline args

parent 17d986c5
No related branches found
No related tags found
No related merge requests found
...@@ -509,7 +509,7 @@ int parse_commandline_args ( int argc , char ** argv , slurmd_config_t * slurmd_ ...@@ -509,7 +509,7 @@ int parse_commandline_args ( int argc , char ** argv , slurmd_config_t * slurmd_
{0, 0, 0, 0} {0, 0, 0, 0}
}; };
c = getopt_long (argc, argv, "ehfls:d:012", long_options, &option_index); c = getopt_long (argc, argv, "e:hf:l:s:", long_options, &option_index);
if (c == -1) if (c == -1)
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment