From: David McCullough Date: Thu, 14 Feb 2002 09:44:56 +0000 (+0000) Subject: Fix an error in the last update. X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d3115a388f302b5d058d96aaea3d265fd4c740a7;p=elf2flt.git Fix an error in the last update. --- diff --git a/elf2flt.c b/elf2flt.c index 324ef3d..29da6b7 100644 --- a/elf2flt.c +++ b/elf2flt.c @@ -745,7 +745,7 @@ static void usage(void) " -d : compress data/relocs\n" " -a : use existing symbol references\n" " instead of recalculating from\n" - " relocation info\n"); + " relocation info\n" " -p abs-pic-file : GOT/PIC processing with files\n" " -s stacksize : set application stack size\n" " -o output-file : output file name\n\n",