From: davidm Date: Thu, 14 Feb 2002 09:44:56 +0000 (+0000) Subject: Fix an error in the last update. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=83e7a7a861aeab9b66f5b8bde9eff0664a7d5c57;p=uclinux-h8%2Felf2flt.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",