mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 12:47:27 +01:00
* fixed cosmetic error in help after r18070
git-svn-id: trunk@18071 -
This commit is contained in:
parent
ec8c7b4888
commit
b4a6e803d2
@ -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)');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user