aux/acpi: forgot to commit -p option
This commit is contained in:
parent
edb6f64d35
commit
eb65fc5e69
1 changed files with 3 additions and 0 deletions
|
@ -454,6 +454,9 @@ threadmain(int argc, char **argv)
|
||||||
case 's':
|
case 's':
|
||||||
srv = EARGF(usage());
|
srv = EARGF(usage());
|
||||||
break;
|
break;
|
||||||
|
case 'p':
|
||||||
|
amldebug++;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
}ARGEND
|
}ARGEND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue