From: Oliver Schmidt Date: Wed, 9 Oct 2013 09:33:53 +0000 (+0200) Subject: Removed option from usage. X-Git-Tag: V2.15~217 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c22c6f28ff0509ee3e9e8b475e609c75a5140bb9;p=cc65 Removed option from usage. The option in question was removed with https://github.com/oliverschmidt/cc65/commit/37c492b544dec2460fc2c16a3d66275cc0d4edc0 --- diff --git a/src/ld65/main.c b/src/ld65/main.c index 25a6c76f8..84af34d54 100644 --- a/src/ld65/main.c +++ b/src/ld65/main.c @@ -114,7 +114,6 @@ static void Usage (void) " --config name\t\tUse linker config file\n" " --dbgfile name\tGenerate debug information\n" " --define sym=val\tDefine a symbol\n" - " --dump-config name\tDump a builtin configuration\n" " --end-group\t\tEnd a library group\n" " --force-import sym\tForce an import of symbol `sym'\n" " --help\t\tHelp (this text)\n"