diff --git a/src/ld65/main.c b/src/ld65/main.c index 4480843ff..db35f8d0f 100644 --- a/src/ld65/main.c +++ b/src/ld65/main.c @@ -102,6 +102,7 @@ static void Usage (void) " -vm\t\t\tVerbose map file\n" "\n" "Long options:\n" + " --config name\tUse linker config file\n" " --help\t\tHelp (this text)\n" " --mapfile name\tCreate a map file\n" " --start-addr addr\tSet the default start address\n"