소스 검색

istantfpc: help about -B

git-svn-id: trunk@19249 -
Mattias Gaertner 14 년 전
부모
커밋
604f9ba4b8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      utils/instantfpc/instantfpc.pas

+ 4 - 0
utils/instantfpc/instantfpc.pas

@@ -71,6 +71,10 @@ begin
   writeln;
   writeln('  --skip-run');
   writeln('      Do not execute the program. Useful to test if script compiles.');
+  writeln('      You probably want to combine it with -B.');
+  writeln;
+  writeln('  -B');
+  writeln('      Always recompile.');
   Halt(0);
 end;