mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
qcowfs: add 9p debug flag
This commit is contained in:
parent
f0ef1a4be0
commit
6dc60ec3a9
1 changed files with 3 additions and 0 deletions
|
@ -564,6 +564,9 @@ main(int argc, char **argv)
|
|||
size = 0;
|
||||
nflag = 0;
|
||||
ARGBEGIN{
|
||||
case 'D':
|
||||
chatty9p = 1;
|
||||
break;
|
||||
case 'm':
|
||||
mntpt = EARGF(usage());
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue