summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2014-07-22 17:38:44 -0400
committerstanley lieber <stanley.lieber@gmail.com>2014-07-22 17:38:44 -0400
commit33592e9d7c413aaecc1b3b1da0d27edd9fa7a785 (patch)
treec5b4421ddbfc0c268d4825e81629604745b6020f /sys
parent69eb0cd71382fcd4d63a49c439c45b6082451300 (diff)
games/md: add -2 -3 -a and trailing newline to usage
Diffstat (limited to 'sys')
-rw-r--r--sys/src/games/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/md/md.c b/sys/src/games/md/md.c
index 0a53e414c..93f95595c 100644
--- a/sys/src/games/md/md.c
+++ b/sys/src/games/md/md.c
@@ -198,7 +198,7 @@ threadmain(int argc, char **argv)
} ARGEND;
if(argc != 1){
- fprint(2, "usage: %s rom", argv0);
+ fprint(2, "usage: %s [-23a] rom\n", argv0);
threadexitsall("usage");
}
loadrom(*argv);