From 1f27b4b37c412797d2f3096f92fecb72943b4e39 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 14 Oct 2003 23:16:23 +0000 Subject: [PATCH] Accept "-H" on command line for help/usage message. --- src/squeue/opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/squeue/opts.c b/src/squeue/opts.c index 411538847ae..6baf20deb8b 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)'?': -- GitLab