]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Added DSM directive for 56001 mode (and not only). Updated doc. Condensed usage message.
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index 7858040c9c7c8378d1fd366159f06f7a8a3b4a05..b6a7afe3745aca10df0829264af59157045149d9 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -156,15 +156,7 @@ void DisplayHelp(void)
                "  -l[filename]      Create an output listing file\n"
                "  -l*[filename]     Create an output listing file without pagination\n"
                "  -m[cpu]           Select default CPU. Available options:\n"
-               "                    68000\n"
-               "                    68020\n"
-               "                    68030\n"
-               "                    68040\n"
-               "                    68060\n"
-               "                    6502\n"
-               "                    tom\n"
-               "                    jerry\n"
-               "                    56001\n"
+               "                    68000, 68020, 68030, 68040, 68060, 6502, tom, jerry, 56001\n"
                "  -n                Don't do things behind your back in RISC assembler\n"
                "  -o file           Output file name\n"
                "  +o[value]         Turn a specific optimisation on\n"