fix :set cpu
This commit is contained in:
parent
c7246f9740
commit
d34f34c66c
@ -102,6 +102,7 @@ main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 'n':
|
case 'n':
|
||||||
cpu = atoi(optarg);
|
cpu = atoi(optarg);
|
||||||
|
break;
|
||||||
case 't':
|
case 't':
|
||||||
threshold = atoi(optarg);
|
threshold = atoi(optarg);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user