Explorar o código

istantfpc: help about -B

git-svn-id: trunk@19249 -
Mattias Gaertner %!s(int64=14) %!d(string=hai) anos
pai
achega
604f9ba4b8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      utils/instantfpc/instantfpc.pas

+ 4 - 0
utils/instantfpc/instantfpc.pas

@@ -71,6 +71,10 @@ begin
   writeln;
   writeln;
   writeln('  --skip-run');
   writeln('  --skip-run');
   writeln('      Do not execute the program. Useful to test if script compiles.');
   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);
   Halt(0);
 end;
 end;