summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorBurnZeZ <brz-9dev@feline.systems>2016-03-19 20:27:09 -0400
committerBurnZeZ <brz-9dev@feline.systems>2016-03-19 20:27:09 -0400
commit9b874fb5cb093713f4850c922936cc1d04378303 (patch)
tree0e2ea5010b411e760eae2d9913f62eb7cdb014ff /sys/src
parentdb7970fa83ee9f1128682aabd595c6b7ccf226b0 (diff)
rio botch
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/cmd/rio/rio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/rio/rio.c b/sys/src/cmd/rio/rio.c
index 48ac986f9..47cee90fc 100644
--- a/sys/src/cmd/rio/rio.c
+++ b/sys/src/cmd/rio/rio.c
@@ -139,17 +139,14 @@ threadmain(int argc, char *argv[])
break;
case 'f':
fontname = EARGF(usage());
- usage();
break;
case 'i':
initstr = EARGF(usage());
- usage();
break;
case 'k':
if(kbdin != nil)
usage();
kbdin = EARGF(usage());
- usage();
break;
case 's':
scrolling = TRUE;