From c22c6f28ff0509ee3e9e8b475e609c75a5140bb9 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 9 Oct 2013 11:33:53 +0200
Subject: [PATCH] Removed option from usage.
The option in question was removed with https://github.com/oliverschmidt/cc65/commit/37c492b544dec2460fc2c16a3d66275cc0d4edc0
---
src/ld65/main.c | 1 -
1 file changed, 1 deletion(-)
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"
--
2.39.5