aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9p.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9p.c')
-rw-r--r--src/cmd/9p.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/9p.c b/src/cmd/9p.c
index 9a5aa67c..64f9b8c4 100644
--- a/src/cmd/9p.c
+++ b/src/cmd/9p.c
@@ -51,6 +51,8 @@ threadmain(int argc, char **argv)
case 'a':
addr = EARGF(usage());
break;
+ case 'D':
+
default:
usage();
}ARGEND