qcowfs: add 9p debug flag

This commit is contained in:
qwx 2024-08-05 22:23:51 +00:00
parent f0ef1a4be0
commit 6dc60ec3a9

View file

@ -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;