diff --git a/doc/ld65.sgml b/doc/ld65.sgml index b889645f5..8a4ceca43 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -73,6 +73,7 @@ Short options: Long options: --allow-multiple-definition Allow multiple definitions --cfg-path path Specify a config file search path + --color [on|auto|off] Color diagnostics (default: auto) --config name Use linker config file --dbgfile name Generate debug information --define sym=val Define a symbol @@ -84,13 +85,13 @@ Long options: --lib-path path Specify a library search path --mapfile name Create a map file --module-id id Specify a module id + --no-utf8 Disable use of UTF-8 in diagnostics --obj file Link this object file --obj-path path Specify an object file search path --start-addr addr Set the default start address --start-group Start a library group --target sys Set the target system --version Print the linker version - --warnings-as-errors Treat warnings as errors --------------------------------------------------------------------------- @@ -292,6 +293,14 @@ Here is a description of all of the command-line options: and in a built-in default directory. +