ref: ce0621341eb08d1a3f58d9b02edc84212b9f857f
parent: e03e44d2be923aba4c02a87ed8a1e0ac50d4d9e8
author: stanley lieber <stanley.lieber@gmail.com>
date: Tue Jul 22 13:38:44 EDT 2014
games/md: add -2 -3 -a and trailing newline to usage
--- a/sys/src/games/md/md.c
+++ b/sys/src/games/md/md.c
@@ -198,7 +198,7 @@
} ARGEND;
if(argc != 1){- fprint(2, "usage: %s rom", argv0);
+ fprint(2, "usage: %s [-23a] rom\n", argv0);
threadexitsall("usage");}
loadrom(*argv);
--
⑨