fix :set cpu

This commit is contained in:
tqcq 2024-10-26 13:22:00 +00:00
parent c7246f9740
commit d34f34c66c

View File

@ -102,6 +102,7 @@ main(int argc, char **argv)
break;
case 'n':
cpu = atoi(optarg);
break;
case 't':
threshold = atoi(optarg);
break;