From: cuz Date: Fri, 13 Dec 2002 00:29:40 +0000 (+0000) Subject: Fixed formatting of the help text X-Git-Tag: V2.12.0~1906 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=da6462ebd3fccec10ecc98cac31521d80c9297bd;p=cc65 Fixed formatting of the help text git-svn-id: svn://svn.cc65.org/cc65/trunk@1756 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/main.c b/src/ld65/main.c index 528c7c095..76a2e9f7e 100644 --- a/src/ld65/main.c +++ b/src/ld65/main.c @@ -102,7 +102,7 @@ static void Usage (void) " -vm\t\t\tVerbose map file\n" "\n" "Long options:\n" - " --config name\tUse linker config file\n" + " --config name\t\tUse linker config file\n" " --help\t\tHelp (this text)\n" " --mapfile name\tCreate a map file\n" " --module-id id\tSpecify a module id\n"