diff --git a/src/squeue/opts.c b/src/squeue/opts.c index 411538847aef5788cc2369bd1c2e9c4863cd1631..6baf20deb8bbcd2453e9dbf2045426bbc9fa7902 100644 --- a/src/squeue/opts.c +++ b/src/squeue/opts.c @@ -83,7 +83,7 @@ parse_command_line( int argc, char* argv[] ) log_init("sinfo", opts, SYSLOG_FACILITY_DAEMON, NULL); - while((opt_char = getopt_long(argc, argv, "?hi:j::lo:p:s::S:t:u:vV", + while((opt_char = getopt_long(argc, argv, "hHi:j::lo:p:s::S:t:u:vV", long_options, &option_index)) != -1) { switch (opt_char) { case (int)'?':