From: cuz Date: Fri, 12 Aug 2005 21:31:06 +0000 (+0000) Subject: Add new options to usage info X-Git-Tag: V2.12.0~266 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9a2e6ab2107a516e9e009f8352fe495fe9e6a397;p=cc65 Add new options to usage info git-svn-id: svn://svn.cc65.org/cc65/trunk@3578 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cl65/main.c b/src/cl65/main.c index 35b7c32f8..f0da9b98f 100644 --- a/src/cl65/main.c +++ b/src/cl65/main.c @@ -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"