]> git.sur5r.net Git - cc65/commitdiff
Add new options to usage info
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 12 Aug 2005 21:31:06 +0000 (21:31 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 12 Aug 2005 21:31:06 +0000 (21:31 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3578 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cl65/main.c

index 35b7c32f82ed72d666fbc9eb82140b89d84ce390..f0da9b98fa4055c98fa6351e7d7f9b0049023554 100644 (file)
@@ -665,9 +665,12 @@ static void Usage (void)
             "  -T\t\t\tInclude source as comment\n"
             "  -V\t\t\tPrint the version number\n"
             "  -W\t\t\tSuppress warnings\n"
+            "  -Wa options\t\tPass options to the assembler\n"
+            "  -Wl options\t\tPass options to the linker\n"
             "\n"
             "Long options:\n"
             "  --add-source\t\tInclude source as comment\n"
+            "  --asm-args options\tPass options to the assembler\n"
             "  --asm-define sym[=v]\tDefine an assembler symbol\n"
             "  --asm-include-dir dir\tSet an assembler include directory\n"
             "  --bss-label name\tDefine and export a BSS segment label\n"
@@ -688,6 +691,7 @@ static void Usage (void)
             "  --forget-inc-paths\tForget include search paths (compiler)\n"
             "  --help\t\tHelp (this text)\n"
             "  --include-dir dir\tSet a compiler include directory path\n"
+            "  --ld-args options\tPass options to the linker\n"
             "  --lib file\t\tLink this library\n"
             "  --lib-path path\tSpecify a library search path\n"
             "  --list-targets\tList all available targets\n"