* fixed cosmetic error in help after r18070

git-svn-id: trunk@18071 -
This commit is contained in:
Jonas Maebe 2011-08-02 22:13:54 +00:00
parent ec8c7b4888
commit b4a6e803d2

View File

@ -70,7 +70,7 @@ begin
writeln(' -of <format> Set the output file format. Supported formats:');
writeln(' res, elf, coff, mach-o, external');
writeln(' --arch, -a <name> Set object file architecture. Supported architectures:');
writeln(' i386, x86_64, arm, arm (coff)');
writeln(' i386, x86_64, arm (coff)');
writeln(' i386, x86_64, powerpc, powerpc64, arm, armeb, m68k,');
writeln(' sparc, alpha, ia64 (elf)');
writeln(' i386, x86_64, powerpc, powerpc64 (mach-o)');