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':
|
||||
srv = EARGF(usage());
|
||||
break;
|
||||
case 'p':
|
||||
amldebug++;
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
}ARGEND
|
||||
|
|
Loading…
Reference in a new issue