소스 검색

* fixed cosmetic error in help after r18070

git-svn-id: trunk@18071 -
Jonas Maebe 14 년 전
부모
커밋
b4a6e803d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/fpcres/fpcres.pas

+ 1 - 1
utils/fpcres/fpcres.pas

@@ -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)');