26 lines
668 B
Diff
26 lines
668 B
Diff
From 7f77fc97cb259da3f6097be347e4fcacd4f864d9 Mon Sep 17 00:00:00 2001
|
|
From: hejingxian 00273181 <hejingxian@huawei.com>
|
|
Date: Mon, 20 Jan 2020 23:01:19 +0800
|
|
Subject: [PATCH 47/53] 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) {
|
|
--
|
|
2.23.0
|
|
|