gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit c812b36c768882f2044845d93c9ab6221b970baf parent 0bfcb68109d72b8a68e5fff61d903caad2f81570 Author: Toxa <untoxa@mail.ru> Date: Sun, 18 Feb 2024 02:30:26 +0300 fix command line help message formatting Diffstat:
| M | gbdk-support/lcc/lcc.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-support/lcc/lcc.c b/gbdk-support/lcc/lcc.c @@ -780,7 +780,7 @@ static void help(void) { "-c compile only\n", "-dn set switch statement density to `n'\n", "-debug Turns on --debug for compiler, -y (.cdb), -j (.noi), -w (wide .map format) for linker\n", -" -Wa-l (assembler .lst), -Wl-u (.lst -> .rst address update)", +" -Wa-l (assembler .lst), -Wl-u (.lst -> .rst address update)\n", "-Dname -Dname=def define the preprocessor symbol `name'\n", "-E only run preprocessor on named .c and .h files files -> stdout\n", "--save-preproc Use with -E for output to *.i files instead of stdout\n",
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.