]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Reign in internal help back to 80 columns. :-P
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index 933da5f2bdfa2e07c9321591aacf5b2d5adeef13..ef99ffd5240ba24bd0691bb8ba250e86d5cbd40f 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -163,17 +163,17 @@ void DisplayHelp(void)
                "  -o file           Output file name\n"
                "  +o[value]         Turn a specific optimisation on\n"
                "                    Available optimisation values and default settings:\n"
-               "                    o0: Absolute long addresses to word                      (on)\n"
-               "                    o1: move.l #x,dn/an to moveq                             (on)\n"
-               "                    o2: Word branches to short                               (on)\n"
-               "                    o3: Outer displacement 0(an) to (an)                     (off)\n"
-               "                    o4: lea size(An),An to addq #size,An                     (off)\n"
-               "                    o5: 68020+ Absolute long base/outer displacement to word (off)\n"
-               "                    o6: Null branches to NOP                                 (off)\n"
-               "                    o7: clr.l Dx to moveq #0,Dx                              (off)\n"
-               "                    o8: adda.w/l #x,Dy to addq.w/l #x,Dy                     (off)\n"
-               "                    o9: adda.w/l #x,Dy to lea x(Dy),Dy                       (off)\n"
-               "                    op: Enforce PC relative                                  (off)\n"
+               "                    o0: Absolute long addresses to word               (on)\n"
+               "                    o1: move.l #x,dn/an to moveq                      (on)\n"
+               "                    o2: Word branches to short                        (on)\n"
+               "                    o3: Outer displacement 0(an) to (an)              (off)\n"
+               "                    o4: lea size(An),An to addq #size,An              (off)\n"
+               "                    o5: 68020+ Absolute long base/outer disp. to word (off)\n"
+               "                    o6: Null branches to NOP                          (off)\n"
+               "                    o7: clr.l Dx to moveq #0,Dx                       (off)\n"
+               "                    o8: adda.w/l #x,Dy to addq.w/l #x,Dy              (off)\n"
+               "                    o9: adda.w/l #x,Dy to lea x(Dy),Dy                (off)\n"
+               "                    op: Enforce PC relative                           (off)\n"
                "  ~o[value]         Turn a specific optimisation off\n"
                "  +oall             Turn all optimisations on\n"
                "  ~oall             Turn all optimisations off\n"