mirror of
https://pagure.io/numad.git
synced 2024-12-18 05:14:30 +00:00
recognize -m option correctly
This commit is contained in:
parent
abd1802c58
commit
cf6c2c029e
2
numad.c
2
numad.c
@ -2395,7 +2395,7 @@ int main(int argc, char *argv[]) {
|
||||
int x_flag = 0;
|
||||
int tmp_int = 0;
|
||||
long list_pid = 0;
|
||||
while ((opt = getopt(argc, argv, "C:dD:hH:i:K:l:p:r:R:S:t:u:vVw:x:")) != -1) {
|
||||
while ((opt = getopt(argc, argv, "C:dD:hH:i:K:l:m:p:r:R:S:t:u:vVw:x:")) != -1) {
|
||||
switch (opt) {
|
||||
case 'C':
|
||||
C_flag = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user