]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Moved some messages from -v to -x
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index 910cb88d5260535406cef0dd397282630b58d372..ee8d9ee3a70b6a9273f6ac6e0df8544585886579 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -146,6 +146,7 @@ void DisplayHelp(void)
                "  -u                Force referenced and undefined symbols global\n"
                "  -w                Turn off optimisations done automatically\n"
                "  -v                Set verbose mode\n"
+               "  -x                Turn on debugging mode\n"
                "  -y[pagelen]       Set page line length (default: 61)\n"
                "\n", cmdlnexec);
 }