1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 00:29:31 +00:00

Add new options to usage info

git-svn-id: svn://svn.cc65.org/cc65/trunk@3578 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-08-12 21:31:06 +00:00
parent 6e059fe547
commit 9a2e6ab210

View 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"