From 7f77fc97cb259da3f6097be347e4fcacd4f864d9 Mon Sep 17 00:00:00 2001 From: hejingxian 00273181 Date: Mon, 20 Jan 2020 23:01:19 +0800 Subject: [PATCH] make the option 'V' closer to the option with no arg --- irqbalance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irqbalance.c b/irqbalance.c index e76d27b..be111f1 100644 --- a/irqbalance.c +++ b/irqbalance.c @@ -118,7 +118,7 @@ static void parse_command_line(int argc, char **argv) unsigned long val; while ((opt = getopt_long(argc, argv, - "odfji:p:s:c:l:m:t:V", + "odfjVi:p:s:c:l:m:t:", lopts, &longind)) != -1) { switch(opt) {