mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
add -9 for debugging
This commit is contained in:
parent
c042e61ec7
commit
ca30274bd9
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <libc.h>
|
||||
#include <plumb.h>
|
||||
#include <thread.h>
|
||||
#include <9pclient.h>
|
||||
|
||||
char *plumbfile = nil;
|
||||
Plumbmsg m;
|
||||
|
@ -49,6 +50,9 @@ threadmain(int argc, char *argv[])
|
|||
m.type = "text";
|
||||
m.attr = nil;
|
||||
ARGBEGIN{
|
||||
case '9':
|
||||
chatty9pclient = 1;
|
||||
break;
|
||||
case 'a':
|
||||
p = ARGF();
|
||||
if(p == nil)
|
||||
|
|
Loading…
Reference in a new issue