istantfpc: help about -B

git-svn-id: trunk@19249 -
This commit is contained in:
Mattias Gaertner 2011-09-26 19:38:19 +00:00
parent e10071da70
commit 604f9ba4b8

View File

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