aux/acpi: forgot to commit -p option

This commit is contained in:
Sigrid 2020-07-30 15:59:04 +02:00
parent edb6f64d35
commit eb65fc5e69

View file

@ -454,6 +454,9 @@ threadmain(int argc, char **argv)
case 's':
srv = EARGF(usage());
break;
case 'p':
amldebug++;
break;
default:
usage();
}ARGEND