mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix to handle new
This commit is contained in:
parent
dcfa5aba0d
commit
17cdbb909b
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ threadmain(int argc, char **argv)
|
|||
case 'a':
|
||||
addr = EARGF(usage());
|
||||
break;
|
||||
case 'D':
|
||||
|
||||
default:
|
||||
usage();
|
||||
}ARGEND
|
||||
|
|
Loading…
Reference in a new issue