From 6cbcda9fbb28d841b37de280629f55b2a53b4127 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Feb 2008 20:39:35 +0000 Subject: POFF, not ELF git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@632 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/insn32/plist/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/pascal/insn32') diff --git a/misc/pascal/insn32/plist/plist.c b/misc/pascal/insn32/plist/plist.c index 8bc1e210d..5c9c9bfca 100644 --- a/misc/pascal/insn32/plist/plist.c +++ b/misc/pascal/insn32/plist/plist.c @@ -192,7 +192,7 @@ static void showUsage(const char *progname) progname); fprintf(stderr, "options:\n"); fprintf(stderr, " -a --all Equivalent to: -h -S -s -r -d\n"); - fprintf(stderr, " -h --file-header Display the ELF file header\n"); + fprintf(stderr, " -h --file-header Display the POFF file header\n"); fprintf(stderr, " -S --section-headers Display the sections' header\n"); fprintf(stderr, " -s --symbols Display the symbol table\n"); fprintf(stderr, " -r --relocs Display the relocations\n"); -- cgit v1.2.3